Skip to content

Commit 0055175

Browse files
Prep for v0.44.0 release (#1462)
1 parent f9dff4b commit 0055175

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ that were not yet released.
55

66
<!-- released start -->
77

8+
## 0.44.0
9+
10+
Released on 2025-02-26.
11+
12+
* Upgrade runners to `macos-14` by @charliermarsh in https://github.com/astral-sh/rye/pull/1443
13+
* Bump bundled Ruff version to 0.9.6 by @catwell in https://github.com/astral-sh/rye/pull/1457
14+
* Set Rust toolchain in `rust-toolchain.toml` by @charliermarsh in https://github.com/astral-sh/rye/pull/1460
15+
* Bump bundled uv version to v0.6.3 by @github-actions in https://github.com/astral-sh/rye/pull/1445
16+
817
## 0.43.0
918

1019
Released on 2024-12-09.

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rye/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rye"
3-
version = "0.43.0"
3+
version = "0.44.0"
44
edition = "2021"
55
license = "MIT"
66

0 commit comments

Comments
 (0)