From d53fabdece7aeae96afe711d0545a4dc4f843721 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 24 Aug 2021 20:21:34 -0500 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 66d0e01fa..546e2d743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.17.1] - 2021-08-24 + ### Fixed - Correctly detect changes for crates outside of the root @@ -235,7 +237,8 @@ * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.17.0...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.17.1...HEAD +[0.17.1]: https://github.com/crate-ci/cargo-release/compare/v0.17.0...v0.17.1 [0.17.0]: https://github.com/crate-ci/cargo-release/compare/v0.16.6...v0.17.0 [0.16.6]: https://github.com/crate-ci/cargo-release/compare/v0.16.5...v0.16.6 [0.16.5]: https://github.com/crate-ci/cargo-release/compare/v0.16.4...v0.16.5 diff --git a/Cargo.lock b/Cargo.lock index c609e6872..d2afce4e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.17.1-alpha.0" +version = "0.17.1" dependencies = [ "assert_fs", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 7af3c8620..14acd7840 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.17.1-alpha.0" +version = "0.17.1" 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 e6c1f372c..376d985e7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.17.0 +Current release: 0.17.1 `cargo install cargo-release`