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"