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