From 3cb3d90b39a9f04eb82ca720459b6d2d7b660298 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 16 Sep 2023 02:32:37 +0900 Subject: [PATCH] Release 0.6.8 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11b03740..aeff5220 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.8] - 2023-09-15 + - Disable log grouping on GitHub Actions by default if an option is passed in which stdout is assumed to be used, such as `--message-format`. ([#221](https://github.com/taiki-e/cargo-hack/pull/221)) ## [0.6.7] - 2023-09-11 @@ -417,7 +419,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.7...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.8...HEAD +[0.6.8]: https://github.com/taiki-e/cargo-hack/compare/v0.6.7...v0.6.8 [0.6.7]: https://github.com/taiki-e/cargo-hack/compare/v0.6.6...v0.6.7 [0.6.6]: https://github.com/taiki-e/cargo-hack/compare/v0.6.5...v0.6.6 [0.6.5]: https://github.com/taiki-e/cargo-hack/compare/v0.6.4...v0.6.5 diff --git a/Cargo.toml b/Cargo.toml index a7f9f6e9..77e3e3e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-hack" -version = "0.6.7" +version = "0.6.8" edition = "2021" rust-version = "1.66" license = "Apache-2.0 OR MIT"