Skip to content

Commit d3332d2

Browse files
committed
Release 0.6.30
1 parent 7faa7d2 commit d3332d2

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
1010

1111
## [Unreleased]
1212

13+
## [0.6.30] - 2024-07-15
14+
1315
- 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.
1416

1517
## [0.6.29] - 2024-07-12
@@ -508,7 +510,8 @@ See [#89](https://github.com/taiki-e/cargo-hack/pull/89) for more.
508510

509511
Initial release
510512

511-
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.29...HEAD
513+
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.30...HEAD
514+
[0.6.30]: https://github.com/taiki-e/cargo-hack/compare/v0.6.29...v0.6.30
512515
[0.6.29]: https://github.com/taiki-e/cargo-hack/compare/v0.6.28...v0.6.29
513516
[0.6.28]: https://github.com/taiki-e/cargo-hack/compare/v0.6.27...v0.6.28
514517
[0.6.27]: https://github.com/taiki-e/cargo-hack/compare/v0.6.26...v0.6.27

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-hack"
3-
version = "0.6.29" #publish:version
3+
version = "0.6.30" #publish:version
44
edition = "2021"
55
rust-version = "1.70"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)