Skip to content

Commit

Permalink
Prep for v0.37.0 release (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Jul 20, 2024
1 parent 2469686 commit 09b67c4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ that were not yet released.

<!-- released start -->

## 0.37.0

Released on 2024-07-20.

* Fix verify-ssl option parsing by @taki-d in https://github.com/astral-sh/rye/pull/1208
* Emit warning when asked to build a virtual project by @nazq in https://github.com/astral-sh/rye/pull/1227
* Add short version `-d` for `rye remove --dev` by @nikhilweee in https://github.com/astral-sh/rye/pull/1239
* Remove redundant alias information from CLI by @piotrgredowski in https://github.com/astral-sh/rye/pull/1237
* Update bundled uv version to `v0.2.27` by @github-actions in https://github.com/astral-sh/rye/pull/1232
* Update Python releases to include `3.12.4` by @github-actions in https://github.com/astral-sh/rye/pull/1230
* Respect `.python-version` in Rye builds by @charliermarsh in https://github.com/astral-sh/rye/pull/1250
* Update bundled Ruff version to `v0.5.4` by @charliermarsh in https://github.com/astral-sh/rye/pull/1251

## 0.36.0

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

Expand Down

0 comments on commit 09b67c4

Please sign in to comment.