Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit f925c41

Browse files
Prep for v0.43.0 release (#1442)
1 parent d8d0da3 commit f925c41

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ that were not yet released.
55

66
<!-- released start -->
77

8+
## 0.43.0
9+
10+
Released on 2024-12-09.
11+
12+
* Fix compatible toolchain to allow Python 3.13 by @PushUpek in https://github.com/astral-sh/rye/pull/1429
13+
* Ignore free-threaded CPython builds by @Alexis-D in https://github.com/astral-sh/rye/pull/1437
14+
* Bump bundled Ruff version to v0.8.2 by @charliermarsh in https://github.com/astral-sh/rye/pull/1440
15+
* Add support for Python 3.9.21, 3.10.16, 3.11.11, 3.12.8, and 3.13.1 by @github-actions in https://github.com/astral-sh/rye/pull/1439
16+
* Upgrade bundled uv version to v0.5.7 by @github-actions in https://github.com/astral-sh/rye/pull/1424
17+
818
## 0.42.0
919

1020
Released on 2024-10-21.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rye/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rye"
3-
version = "0.42.0"
3+
version = "0.43.0"
44
edition = "2021"
55
license = "MIT"
66

0 commit comments

Comments
 (0)