diff --git a/CHANGELOG.md b/CHANGELOG.md index a4753bef7d..9148ba36d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ This file contains tracks the changes landing in Rye. It includes changes that were not yet released. +## 0.27.0 + +_Unreleased_ + ## 0.26.0 diff --git a/Cargo.lock b/Cargo.lock index ac0412a6df..0b4ed0aab0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1795,7 +1795,7 @@ dependencies = [ [[package]] name = "rye" -version = "0.26.0" +version = "0.27.0" dependencies = [ "age", "anyhow", diff --git a/rye/Cargo.toml b/rye/Cargo.toml index c7a3c384e5..ad6f37ff23 100644 --- a/rye/Cargo.toml +++ b/rye/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rye" -version = "0.26.0" +version = "0.27.0" edition = "2021" license = "MIT"