From 21b3561e278bbfc4fd4ca465a16095669983ccbe Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 29 Aug 2023 01:39:13 +0900 Subject: [PATCH] Release 0.6.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b30f7199..78aaaf2e 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.0] - 2023-08-28 + - Add `--no-private` flag to exclude `publish = false` crates. This flag is more powerful than [`--ignore-private` flag](https://github.com/taiki-e/cargo-hack#--ignore-private), because this also prevents private crates from affecting lockfile and metadata. @@ -365,7 +367,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.5.29...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/taiki-e/cargo-hack/compare/v0.5.29...v0.6.0 [0.5.29]: https://github.com/taiki-e/cargo-hack/compare/v0.5.28...v0.5.29 [0.5.28]: https://github.com/taiki-e/cargo-hack/compare/v0.5.27...v0.5.28 [0.5.27]: https://github.com/taiki-e/cargo-hack/compare/v0.5.26...v0.5.27 diff --git a/Cargo.toml b/Cargo.toml index 6680ac07..30f4a241 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-hack" -version = "0.5.29" +version = "0.6.0" edition = "2021" rust-version = "1.64" license = "Apache-2.0 OR MIT"