Skip to content

Commit

Permalink
Prep for v0.40.0 release (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Sep 22, 2024
1 parent 3eb590c commit a928cd5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ that were not yet released.

<!-- released start -->

## 0.40.0

Released on 2024-09-22.

* Remove pip-tools support; use uv for all operations by @nazq in https://github.com/astral-sh/rye/pull/1226
* Respect exclusions when generating hashes by @charliermarsh in https://github.com/astral-sh/rye/pull/1357
* List all existing tool references on `rye toolchain remove` by @soof-golan in https://github.com/astral-sh/rye/pull/1346
* Update bundled Ruff version to v0.6.3 by @charliermarsh in https://github.com/astral-sh/rye/pull/1367
* Fix a few regex inefficiencies by @InSyncWithFoo in https://github.com/astral-sh/rye/pull/1326
* Never modify or delete the virtualenv in `rye list` by @bluss in https://github.com/astral-sh/rye/pull/1351
* Use `inspect_err` over `map_err` by @charliermarsh in https://github.com/astral-sh/rye/pull/1385
* Upgrade bundled Python releases by @github-actions in https://github.com/astral-sh/rye/pull/1379
* Upgrade bundled uv version to v0.4.15 by @github-actions in https://github.com/astral-sh/rye/pull/1388

## 0.39.0

Released on 2024-08-20.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rye/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rye"
version = "0.39.0"
version = "0.40.0"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit a928cd5

Please sign in to comment.