diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f6113138..f81b97b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.25.3] - 2024-01-10 + ### Features - Automatically skip releasing Cargo 1.75's version-less manifests @@ -666,7 +668,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.2...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.3...HEAD +[0.25.3]: https://github.com/crate-ci/cargo-release/compare/v0.25.2...v0.25.3 [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 diff --git a/Cargo.lock b/Cargo.lock index c278243d1..e9a155aab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,7 +222,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.25.2" +version = "0.25.3" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index cee07b6e1..7ab5c131a 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.2" +version = "0.25.3" 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 8d9101ea6..d65449ac3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.25.2 +Current release: 0.25.3 ```console,ignore $ cargo install cargo-release