From 1ce669bd5824c2adff4f4a2007eaa5c2a4cade31 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 17 Mar 2023 08:13:34 -0500 Subject: [PATCH] chore: Release cargo-release version 0.24.7 --- 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 bc17249ba..006cfe975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.24.7] - 2023-03-17 + ### Fixes - Vendor OpenSSL to avoid problems from the local system @@ -612,7 +614,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.24.6...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.24.7...HEAD +[0.24.7]: https://github.com/crate-ci/cargo-release/compare/v0.24.6...v0.24.7 [0.24.6]: https://github.com/crate-ci/cargo-release/compare/v0.24.5...v0.24.6 [0.24.5]: https://github.com/crate-ci/cargo-release/compare/v0.24.4...v0.24.5 [0.24.4]: https://github.com/crate-ci/cargo-release/compare/v0.24.3...v0.24.4 diff --git a/Cargo.lock b/Cargo.lock index a8b8b2360..6b956fa05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,7 +125,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.24.6" +version = "0.24.7" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 9cf8b6e6e..615bdb9be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-release" description = "Cargo subcommand for you to smooth your release process." -version = "0.24.6" +version = "0.24.7" license = "MIT OR Apache-2.0" repository = "https://github.com/crate-ci/cargo-release" readme = "README.md" diff --git a/README.md b/README.md index 3e0913c78..fb0587e07 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.24.6 +Current release: 0.24.7 ```console,ignore $ cargo install cargo-release