From 7cb9c35134ae4b5ddeb60e9d8f80f5f3462ec3b4 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 7 Oct 2024 12:24:58 -0500 Subject: [PATCH] chore: Release cargo-release version 0.25.12 --- 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 bb631f1b1..bd3738e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.25.12] - 2024-10-07 + ### Compatibility - Build MSRV is now 1.79 @@ -733,7 +735,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.11...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.12...HEAD +[0.25.12]: https://github.com/crate-ci/cargo-release/compare/v0.25.11...v0.25.12 [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 diff --git a/Cargo.lock b/Cargo.lock index 5c640b365..5707b8e9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.25.11" +version = "0.25.12" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 0ac45efdb..3c1cb0acd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ zero_sized_map_values = "warn" [package] name = "cargo-release" description = "Cargo subcommand for you to smooth your release process." -version = "0.25.11" +version = "0.25.12" readme = "README.md" categories = ["development-tools::cargo-plugins"] keywords = ["cargo"] diff --git a/README.md b/README.md index 7ca1c5d7b..19e6b8513 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.25.11 +Current release: 0.25.12 ```console,ignore $ cargo install cargo-release