diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e995a1c..4cd8cc41a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.25.11] - 2024-09-06 + ### Compatibility - Build MSRV is now 1.78 @@ -723,7 +725,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.10...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.11...HEAD +[0.25.11]: https://github.com/crate-ci/cargo-release/compare/v0.25.10...v0.25.11 [0.25.10]: https://github.com/crate-ci/cargo-release/compare/v0.25.9...v0.25.10 [0.25.9]: https://github.com/crate-ci/cargo-release/compare/v0.25.8...v0.25.9 [0.25.8]: https://github.com/crate-ci/cargo-release/compare/v0.25.7...v0.25.8 diff --git a/Cargo.lock b/Cargo.lock index bb620ff4e..50e592a85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,7 +245,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.25.10" +version = "0.25.11" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index f00ba92f1..4512e278b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ zero_sized_map_values = "warn" [package] name = "cargo-release" description = "Cargo subcommand for you to smooth your release process." -version = "0.25.10" +version = "0.25.11" readme = "README.md" categories = ["development-tools::cargo-plugins"] keywords = ["cargo"] diff --git a/README.md b/README.md index e2fc8a575..7ca1c5d7b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.25.10 +Current release: 0.25.11 ```console,ignore $ cargo install cargo-release