Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep for v0.35.0 release #1169

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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