From e292f187811654e0ed36579e7404567c865bd7bd Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 17 Jan 2024 07:51:59 -0600 Subject: [PATCH] chore: Release cargo-release version 0.25.4 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dc42542d..7a4614219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.25.4] - 2024-01-17 + ### Features - Add `--prev-tag-name` to `cargo release changes` @@ -672,7 +674,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.3...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.4...HEAD +[0.25.4]: https://github.com/crate-ci/cargo-release/compare/v0.25.3...v0.25.4 [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 diff --git a/Cargo.lock b/Cargo.lock index e9a155aab..e93ad6e6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,7 +222,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.25.3" +version = "0.25.4" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 7ab5c131a..4e0bb7b8a 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.3" +version = "0.25.4" 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 d65449ac3..9ffd2b903 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.25.3 +Current release: 0.25.4 ```console,ignore $ cargo install cargo-release