From 927604912ac055c281ec8caa8810ded05b3469f7 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 1 Apr 2024 22:40:48 +0900 Subject: [PATCH] Release 0.6.26 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6485a8..f279343 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.26] - 2024-04-01 + - Minor performance improvement to `--mutually-exclusive-features` option. ## [0.6.25] - 2024-04-01 @@ -492,7 +494,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.25...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.26...HEAD +[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 [0.6.23]: https://github.com/taiki-e/cargo-hack/compare/v0.6.22...v0.6.23 diff --git a/Cargo.toml b/Cargo.toml index d51faf1..1ee0852 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-hack" -version = "0.6.25" #publish:version +version = "0.6.26" #publish:version edition = "2021" rust-version = "1.70" license = "Apache-2.0 OR MIT"