diff --git a/CHANGELOG.md b/CHANGELOG.md index 627654b..953a0c4 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.30] - 2024-07-15 + - Always exit with 1 on SIGINT/SIGTERM/SIGHUP. Previously, it sometimes exited with 0, but this sometimes worked badly with CI systems that attempted to terminate processes in SIGINT during resource usage problems. ## [0.6.29] - 2024-07-12 @@ -508,7 +510,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.29...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.30...HEAD +[0.6.30]: https://github.com/taiki-e/cargo-hack/compare/v0.6.29...v0.6.30 [0.6.29]: https://github.com/taiki-e/cargo-hack/compare/v0.6.28...v0.6.29 [0.6.28]: https://github.com/taiki-e/cargo-hack/compare/v0.6.27...v0.6.28 [0.6.27]: https://github.com/taiki-e/cargo-hack/compare/v0.6.26...v0.6.27 diff --git a/Cargo.toml b/Cargo.toml index 54fad58..bc9b8c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-hack" -version = "0.6.29" #publish:version +version = "0.6.30" #publish:version edition = "2021" rust-version = "1.70" license = "Apache-2.0 OR MIT"