From 36b38bce7bb0e5fe27485e1a93824f27a4ebf22f Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 6 Jan 2023 17:00:36 -0600 Subject: [PATCH] chore: Release cargo-release version 0.24.3 --- 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 ff9c65a99..c2a5c2786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.24.3] - 2023-01-06 + ### Features - New `metadata` config field for controlling how the version build metadata is updated (or not) @@ -588,7 +590,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.24.2...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.24.3...HEAD +[0.24.3]: https://github.com/crate-ci/cargo-release/compare/v0.24.2...v0.24.3 [0.24.2]: https://github.com/crate-ci/cargo-release/compare/v0.24.1...v0.24.2 [0.24.1]: https://github.com/crate-ci/cargo-release/compare/v0.24.0...v0.24.1 [0.24.0]: https://github.com/crate-ci/cargo-release/compare/v0.23.1...v0.24.0 diff --git a/Cargo.lock b/Cargo.lock index c38459296..4ad58838c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -107,7 +107,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.24.2" +version = "0.24.3" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 0e2d2649b..2820098e6 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.2" +version = "0.24.3" 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 b8cc78dd0..ca8567bda 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.24.2 +Current release: 0.24.3 ```console,ignore $ cargo install cargo-release