From ddb8bec652283ba3a357cff47483dad2a6d4f13a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 29 Aug 2023 22:28:23 +0900 Subject: [PATCH] Release 0.6.4 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c037d9d7..3b267a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [0.6.4] - 2023-08-29 + - Fix bug in `--no-private` flag with virtual workspace. ## [0.6.3] - 2023-08-28 @@ -383,7 +385,8 @@ See [#89](https://github.com/taiki-e/cargo-hack/pull/89) for more. Initial release -[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.3...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.4...HEAD +[0.6.4]: https://github.com/taiki-e/cargo-hack/compare/v0.6.3...v0.6.4 [0.6.3]: https://github.com/taiki-e/cargo-hack/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/taiki-e/cargo-hack/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/taiki-e/cargo-hack/compare/v0.6.0...v0.6.1 diff --git a/Cargo.toml b/Cargo.toml index dfee60f0..5ae69c76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-hack" -version = "0.6.3" +version = "0.6.4" edition = "2021" rust-version = "1.64" license = "Apache-2.0 OR MIT"