From b9ef0dc7d1c7867b5b6f4f5e64ed163b99c93669 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 30 Oct 2021 08:50:12 -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 7c7145c37..44183cc4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.18.4] - 2021-10-30 + ### Fixed - Vendor libgit2 for a more consistent experience @@ -283,7 +285,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.18.3...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.18.4...HEAD +[0.18.4]: https://github.com/crate-ci/cargo-release/compare/v0.18.3...v0.18.4 [0.18.3]: https://github.com/crate-ci/cargo-release/compare/v0.18.2...v0.18.3 [0.18.2]: https://github.com/crate-ci/cargo-release/compare/v0.18.1...v0.18.2 [0.18.1]: https://github.com/crate-ci/cargo-release/compare/v0.18.0...v0.18.1 diff --git a/Cargo.lock b/Cargo.lock index 97863939c..55b539ae2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.18.3" +version = "0.18.4" dependencies = [ "assert_fs", "bstr", diff --git a/Cargo.toml b/Cargo.toml index b597c99aa..acfb7b50b 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.18.3" +version = "0.18.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 0c89bf59f..c55db1af4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.18.3 +Current release: 0.18.4 `cargo install cargo-release`