From 7f5f661bcdefda3c6d09c5aabb525e5688ad45ef Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 21 Oct 2022 11:14:18 -0500 Subject: [PATCH] chore: Release cargo-release version 0.22.0 --- 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 6267738c8..d2002c8d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.22.0] - 2022-10-21 + ### Highlights The goal of this release is improved workspace support, including @@ -522,7 +524,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.21.4...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.22.0...HEAD +[0.22.0]: https://github.com/crate-ci/cargo-release/compare/v0.21.4...v0.22.0 [0.21.4]: https://github.com/crate-ci/cargo-release/compare/v0.21.3...v0.21.4 [0.21.3]: https://github.com/crate-ci/cargo-release/compare/v0.21.2...v0.21.3 [0.21.2]: https://github.com/crate-ci/cargo-release/compare/v0.21.1...v0.21.2 diff --git a/Cargo.lock b/Cargo.lock index 8f0b90f27..6f57a6247 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -107,7 +107,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.21.4" +version = "0.22.0" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index a9abc4955..cc1de0465 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.21.4" +version = "0.22.0" 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 ae247cbc5..cb7750254 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.21.4 +Current release: 0.22.0 ```console,ignore $ cargo install cargo-release