From 391d05d621f3bef67d37b98f1144960cff9bbfcd Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 21 Jan 2022 08:12:57 -0600 Subject: [PATCH] chore: Release --- 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 e699842de..de05a9ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.19.3] - 2022-01-21 + ### Fixes - Preserve dependent version requirement format @@ -372,7 +374,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.19.2...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.19.3...HEAD +[0.19.3]: https://github.com/crate-ci/cargo-release/compare/v0.19.2...v0.19.3 [0.19.2]: https://github.com/crate-ci/cargo-release/compare/v0.19.1...v0.19.2 [0.19.1]: https://github.com/crate-ci/cargo-release/compare/v0.19.0...v0.19.1 [0.19.0]: https://github.com/crate-ci/cargo-release/compare/v0.18.8...v0.19.0 diff --git a/Cargo.lock b/Cargo.lock index 2c65ff705..de95d0ffc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,7 +85,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.19.2" +version = "0.19.3" dependencies = [ "assert_fs", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 00941f279..4e72c00f6 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.19.2" +version = "0.19.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 da09151c1..1ef2a5485 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.19.2 +Current release: 0.19.3 `cargo install cargo-release`