Skip to content

Commit b53dae7

Browse files
committed
Release 0.6.22
1 parent 4d5c4ee commit b53dae7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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.22] - 2024-03-10
14+
1315
- Pin `ctrlc` to fix [build error on macOS](https://github.com/Detegr/rust-ctrlc/pull/116).
1416

1517
## [0.6.21] - 2024-03-06
@@ -475,7 +477,8 @@ See [#89](https://github.com/taiki-e/cargo-hack/pull/89) for more.
475477

476478
Initial release
477479

478-
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.21...HEAD
480+
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.22...HEAD
481+
[0.6.22]: https://github.com/taiki-e/cargo-hack/compare/v0.6.21...v0.6.22
479482
[0.6.21]: https://github.com/taiki-e/cargo-hack/compare/v0.6.20...v0.6.21
480483
[0.6.20]: https://github.com/taiki-e/cargo-hack/compare/v0.6.19...v0.6.20
481484
[0.6.19]: https://github.com/taiki-e/cargo-hack/compare/v0.6.18...v0.6.19

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.21" #publish:version
3+
version = "0.6.22" #publish:version
44
edition = "2021"
55
rust-version = "1.70"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)