From 924859ddd69ddf060b3386667e3bc33aea8ad238 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 4 Nov 2022 20:38:17 -0500 Subject: [PATCH] chore: Release cargo-release version 0.22.4 --- 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 a1b39933c..20277441d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.22.4] - 2022-11-05 + ### Fixes - Skip remote check if not pushing @@ -548,7 +550,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.22.3...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.22.4...HEAD +[0.22.4]: https://github.com/crate-ci/cargo-release/compare/v0.22.3...v0.22.4 [0.22.3]: https://github.com/crate-ci/cargo-release/compare/v0.22.2...v0.22.3 [0.22.2]: https://github.com/crate-ci/cargo-release/compare/v0.22.1...v0.22.2 [0.22.1]: https://github.com/crate-ci/cargo-release/compare/v0.22.0...v0.22.1 diff --git a/Cargo.lock b/Cargo.lock index a62436c4d..b352ab3ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -107,7 +107,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.22.3" +version = "0.22.4" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index fa87825b9..1a5ea60d5 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.22.3" +version = "0.22.4" 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 218c3da54..82b8510f4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.22.3 +Current release: 0.22.4 ```console,ignore $ cargo install cargo-release