diff --git a/CHANGELOG.md b/CHANGELOG.md index 40cf33db63..6de48e2355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog]. ## Unreleased - ReleaseDate +## 0.12.1 - 2023-08-28 + ### Fixes - Fix building on nightlies diff --git a/Cargo.lock b/Cargo.lock index 70ec48d338..86da7d6071 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,7 +218,7 @@ dependencies = [ [[package]] name = "cargo-edit" -version = "0.12.0" +version = "0.12.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 07348a8027..e377ccc09f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ license = "Apache-2.0 OR MIT" name = "cargo-edit" readme = "README.md" repository = "https://github.com/killercup/cargo-edit" -version = "0.12.0" +version = "0.12.1" edition = "2021" [package.metadata.release]