From 2c430d595e5394a33e87d3addf36180b29e6b108 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Mon, 21 Oct 2024 16:46:40 -0400 Subject: [PATCH] Prep for v0.42.0 release (#1421) --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- rye/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a77f2f356f..a037aaa006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ that were not yet released. +## 0.42.0 + +Released on 2024-10-21. + +* Sync Python Releases by @github-actions in https://github.com/astral-sh/rye/pull/1406 +* Bump bundled Ruff version to v0.7.0 by @charliermarsh in https://github.com/astral-sh/rye/pull/1419 +* Bump bundled uv version to v0.4.25 by @github-actions in https://github.com/astral-sh/rye/pull/1405 + ## 0.41.0 Released on 2024-09-29. diff --git a/Cargo.lock b/Cargo.lock index 615c6cb0f0..d2a1fc0559 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1819,7 +1819,7 @@ dependencies = [ [[package]] name = "rye" -version = "0.41.0" +version = "0.42.0" dependencies = [ "age", "anyhow", diff --git a/rye/Cargo.toml b/rye/Cargo.toml index a0ce28b555..1bfcab5b85 100644 --- a/rye/Cargo.toml +++ b/rye/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rye" -version = "0.41.0" +version = "0.42.0" edition = "2021" license = "MIT"