From 74823c8a30bb37a00b6b016ff90aeba915b88bbd Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 2 Apr 2024 19:42:29 +0900 Subject: [PATCH] Release 0.6.27 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba2e477..c882e87 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.27] - 2024-04-02 + - Adjust command order of `--each-feature`/`--feature-powerset` to early run a case that is likely to find a problem. ([#247](https://github.com/taiki-e/cargo-hack/pull/247)) ## [0.6.26] - 2024-04-01 @@ -496,7 +498,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.26...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.27...HEAD +[0.6.27]: https://github.com/taiki-e/cargo-hack/compare/v0.6.26...v0.6.27 [0.6.26]: https://github.com/taiki-e/cargo-hack/compare/v0.6.25...v0.6.26 [0.6.25]: https://github.com/taiki-e/cargo-hack/compare/v0.6.24...v0.6.25 [0.6.24]: https://github.com/taiki-e/cargo-hack/compare/v0.6.23...v0.6.24 diff --git a/Cargo.toml b/Cargo.toml index 1ee0852..e6e53b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-hack" -version = "0.6.26" #publish:version +version = "0.6.27" #publish:version edition = "2021" rust-version = "1.70" license = "Apache-2.0 OR MIT"