From 6c9ef23c08b2c56b33533875d76ce3a19ad68816 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 4 Sep 2023 21:19:12 +0900 Subject: [PATCH] Release 0.6.5 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ffc6de..014d6dc2 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.5] - 2023-09-04 + - Add `--at-least-one-of` option. ([#193](https://github.com/taiki-e/cargo-hack/pull/193), thanks @kornelski) ## [0.6.4] - 2023-08-29 @@ -387,7 +389,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.4...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.5...HEAD +[0.6.5]: https://github.com/taiki-e/cargo-hack/compare/v0.6.4...v0.6.5 [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 diff --git a/Cargo.toml b/Cargo.toml index 5fcee154..75cbbd29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-hack" -version = "0.6.4" +version = "0.6.5" edition = "2021" rust-version = "1.65" license = "Apache-2.0 OR MIT"