diff --git a/CHANGELOG.md b/CHANGELOG.md index 9500bf14..21a02d23 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.3] - 2023-08-28 + - Fix bug in `--no-private` flag on Windows. ## [0.6.2] - 2023-08-28 @@ -379,7 +381,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.2...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.3...HEAD +[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 [0.6.0]: https://github.com/taiki-e/cargo-hack/compare/v0.5.29...v0.6.0 diff --git a/Cargo.toml b/Cargo.toml index f1ef8526..dfee60f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-hack" -version = "0.6.2" +version = "0.6.3" edition = "2021" rust-version = "1.64" license = "Apache-2.0 OR MIT"