diff --git a/CHANGELOG.md b/CHANGELOG.md index 982272cfe..432f398f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.24.0] - 2022-11-28 + ### Breaking Changes - Remove support for unused config fields (post-release) @@ -570,7 +572,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.23.1...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.24.0...HEAD +[0.24.0]: https://github.com/crate-ci/cargo-release/compare/v0.23.1...v0.24.0 [0.23.1]: https://github.com/crate-ci/cargo-release/compare/v0.23.0...v0.23.1 [0.23.0]: https://github.com/crate-ci/cargo-release/compare/v0.22.4...v0.23.0 [0.22.4]: https://github.com/crate-ci/cargo-release/compare/v0.22.3...v0.22.4 diff --git a/Cargo.lock b/Cargo.lock index aa4b87c30..fd23ce00d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -107,7 +107,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.23.1" +version = "0.24.0" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 2a2d19182..b96d8f4ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-release" description = "Cargo subcommand for you to smooth your release process." -version = "0.23.1" +version = "0.24.0" license = "MIT OR Apache-2.0" repository = "https://github.com/crate-ci/cargo-release" readme = "README.md" diff --git a/README.md b/README.md index f3d3a9e13..3bb5df9fc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.23.1 +Current release: 0.24.0 ```console,ignore $ cargo install cargo-release