From f2307121c187cab3ed694c4536d11340904907b8 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 11 Sep 2023 13:29:14 -0500 Subject: [PATCH] chore: Release cargo-release version 0.24.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 8ad43d1a9..dfda69f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.24.12] - 2023-09-11 + ### Compatibility - Update MSRV to 1.70.0 @@ -642,7 +644,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.24.11...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.24.12...HEAD +[0.24.12]: https://github.com/crate-ci/cargo-release/compare/v0.24.11...v0.24.12 [0.24.11]: https://github.com/crate-ci/cargo-release/compare/v0.24.10...v0.24.11 [0.24.10]: https://github.com/crate-ci/cargo-release/compare/v0.24.9...v0.24.10 [0.24.9]: https://github.com/crate-ci/cargo-release/compare/v0.24.8...v0.24.9 diff --git a/Cargo.lock b/Cargo.lock index c821bdc41..0e4455add 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -167,7 +167,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.24.11" +version = "0.24.12" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 1fb9fb554..1315e2086 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.24.11" +version = "0.24.12" 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 d41654a8c..281e44ac7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.24.11 +Current release: 0.24.12 ```console,ignore $ cargo install cargo-release