Skip to content

Commit

Permalink
Prep for v0.35.0 release (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jun 24, 2024
1 parent 5df957d commit a1dbc56
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ that were not yet released.

<!-- released start -->

## 0.35.0

Released on 2024-06-24.

* Enforce `--pre` when auto-syncing by @charliermarsh in https://github.com/astral-sh/rye/pull/1107
* Move from `rye-up.com` to `rye.astral.sh` by @charliermarsh in https://github.com/astral-sh/rye/pull/1113
* Fix install instructions on README.md for mac/linux by @timothycrosley in https://github.com/astral-sh/rye/pull/1114
* Fix CLI deserialization of PowerShell (`powershell`) by @charliermarsh in https://github.com/astral-sh/rye/pull/1125
* Add ability to specify option to generate hashes within pyproject.toml by @asmith26 in https://github.com/astral-sh/rye/pull/1129
* Bump uv to 0.2.13 by @charliermarsh in https://github.com/astral-sh/rye/pull/1123
* Improve `config.toml` error messages by @zys864 in https://github.com/astral-sh/rye/pull/1155

## 0.34.0

Released on 2024-05-20.
Expand All @@ -18,7 +30,7 @@ Released on 2024-05-20.
* Allow to generate lockfiles with hashes when using uv by @mvaled in https://github.com/astral-sh/rye/pull/1070
* Bump ruff to 0.4.4 by @davfsa in https://github.com/astral-sh/rye/pull/1075
* Fix TOML array formatting by @my1e5 in https://github.com/astral-sh/rye/pull/1084
* Bump uv to 0.1.44 in https://github.com/astral-sh/rye/pull/1085
* Bump uv to 0.1.44 by @charliermarsh in https://github.com/astral-sh/rye/pull/1085
* Discover cosmo-ified (`.com`) binaries on Windows by @mataha in https://github.com/astral-sh/rye/pull/1091
* Write `use-uv = true` in no-prompt mode by @charliermarsh in https://github.com/astral-sh/rye/pull/1098

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.34.0"
version = "0.35.0"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit a1dbc56

Please sign in to comment.