diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a858fe21..65f7280c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.25.7] - 2024-04-25 + ### Compatibility - MSRV is now 1.76 @@ -694,7 +696,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.6...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.7...HEAD +[0.25.7]: https://github.com/crate-ci/cargo-release/compare/v0.25.6...v0.25.7 [0.25.6]: https://github.com/crate-ci/cargo-release/compare/v0.25.5...v0.25.6 [0.25.5]: https://github.com/crate-ci/cargo-release/compare/v0.25.4...v0.25.5 [0.25.4]: https://github.com/crate-ci/cargo-release/compare/v0.25.3...v0.25.4 diff --git a/Cargo.lock b/Cargo.lock index ef575e480..1e3be7c8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,7 +222,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.25.6" +version = "0.25.7" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 36101e7ba..77ded7615 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ zero_sized_map_values = "warn" [package] name = "cargo-release" description = "Cargo subcommand for you to smooth your release process." -version = "0.25.6" +version = "0.25.7" repository = "https://github.com/crate-ci/cargo-release" readme = "README.md" categories = ["development-tools::cargo-plugins"] diff --git a/README.md b/README.md index 422f10a1e..0616a4925 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.25.6 +Current release: 0.25.7 ```console,ignore $ cargo install cargo-release