diff --git a/CHANGELOG.md b/CHANGELOG.md index 0394ed48d..b83ceab3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.25.2] - 2024-01-09 + ### Fixes - Wait for crates.io publishes, not for other registries @@ -660,7 +662,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.1...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.2...HEAD +[0.25.2]: https://github.com/crate-ci/cargo-release/compare/v0.25.1...v0.25.2 [0.25.1]: https://github.com/crate-ci/cargo-release/compare/v0.25.0...v0.25.1 [0.25.0]: https://github.com/crate-ci/cargo-release/compare/v0.24.12...v0.25.0 [0.24.12]: https://github.com/crate-ci/cargo-release/compare/v0.24.11...v0.24.12 diff --git a/Cargo.lock b/Cargo.lock index ad013ff88..c278243d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,7 +222,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.25.1" +version = "0.25.2" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index a5f0adc2e..cee07b6e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ include = [ [package] name = "cargo-release" description = "Cargo subcommand for you to smooth your release process." -version = "0.25.1" +version = "0.25.2" 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 2ec85e320..8d9101ea6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.25.1 +Current release: 0.25.2 ```console,ignore $ cargo install cargo-release