From f1ee2f4e508e71014e5103eb2d965c2ddc1bae49 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 17 Jan 2022 20:31:36 -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 0eaa559bf..7c4295ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.19.2] - 2022-01-17 + ### Features - `--target` flag to control what target is used for the verification build during publish @@ -366,7 +368,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.19.1...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.19.2...HEAD +[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 [0.18.8]: https://github.com/crate-ci/cargo-release/compare/v0.18.7...v0.18.8 diff --git a/Cargo.lock b/Cargo.lock index 9151e3c78..2c65ff705 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,7 +85,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.19.1" +version = "0.19.2" dependencies = [ "assert_fs", "bstr", diff --git a/Cargo.toml b/Cargo.toml index e580eb27c..00941f279 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.1" +version = "0.19.2" 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 b038adebc..da09151c1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.19.1 +Current release: 0.19.2 `cargo install cargo-release`