From 3fa5bfaa59004b272706e50f6d5ad1beb1d00ade Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 3 Oct 2023 14:55:13 +0200 Subject: [PATCH] 0.15.1 --- CHANGELOG.md | 6 ++++-- Cargo.lock | 2 +- rye/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c964d758f..63dddfdc5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,11 @@ This file contains tracks the changes landing in Rye. It includes changes that were not yet released. -## 0.16.0 +## 0.15.1 -_Unreleased_ +Released on 2023-10-03 + +- Fixed the updater not replacing the python3 shim correctly. diff --git a/Cargo.lock b/Cargo.lock index 2786a8a475..7db67da524 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1772,7 +1772,7 @@ dependencies = [ [[package]] name = "rye" -version = "0.16.0" +version = "0.15.1" dependencies = [ "age", "anyhow", diff --git a/rye/Cargo.toml b/rye/Cargo.toml index a58160e7ee..b905ba560a 100644 --- a/rye/Cargo.toml +++ b/rye/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rye" -version = "0.16.0" +version = "0.15.1" edition = "2021" license = "MIT"