diff --git a/CHANGELOG.md b/CHANGELOG.md index 65ed819b5..3f0877172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.18.1] - 2021-10-09 + ### Fixed - Introduced `cargo publish` fix for workspaces that was meant to be in before 0.18 @@ -265,7 +267,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.18.0...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.18.1...HEAD +[0.18.1]: https://github.com/crate-ci/cargo-release/compare/v0.18.0...v0.18.1 [0.18.0]: https://github.com/crate-ci/cargo-release/compare/v0.17.1...v0.18.0 [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 diff --git a/Cargo.lock b/Cargo.lock index 845496b17..0d6f6f56b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.18.0" +version = "0.18.1" dependencies = [ "assert_fs", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 42a5aafa6..3aa6c754a 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.0" +version = "0.18.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 960405baa..d4d9f877a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.18.0 +Current release: 0.18.1 `cargo install cargo-release`