Skip to content

Commit

Permalink
Prep for v0.38.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Aug 2, 2024
1 parent 29e3657 commit 6a0c373
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.38.0

Released on 2024-08-01.

* Fix `rye add` and `rye remove` to create proper `tool.rye` section for `--dev` and `--exclude` flags by @flyaroundme in https://github.com/astral-sh/rye/pull/1256
* Fix `uninstall_cmd` on Windows by @250h in https://github.com/astral-sh/rye/pull/1153
* Make rye run print script list to stdout by @mitsuhiko in https://github.com/astral-sh/rye/pull/1268
* Always write `--index-url` before `--extra-index-url` by @charliermarsh in https://github.com/astral-sh/rye/pull/1278
* Use case-insensitive comparison for detecting `rye.exe` by @charliermarsh in https://github.com/astral-sh/rye/pull/1286
* Update Python releases to include stripped variants by @github-actions in https://github.com/astral-sh/rye/pull/1280
* Fix documentation for readline license by @3w36zj6 in https://github.com/astral-sh/rye/pull/1297
* Update bundled uv version to `v0.2.33` by @github-actions in https://github.com/astral-sh/rye/pull/1295
* Update bundled pip to `v24.2.0` by @charliermarsh in https://github.com/astral-sh/rye/pull/1304

## 0.37.0

Released on 2024-07-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.37.0"
version = "0.38.0"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit 6a0c373

Please sign in to comment.