Skip to content

Commit 192d43e

Browse files
committed
Release 0.6.29
1 parent 1001e86 commit 192d43e

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.29] - 2024-07-12
14+
1315
- Distribute prebuilt binary for x86_64 illumos. ([#252](https://github.com/taiki-e/cargo-hack/pull/252), thanks @zeeshanlakhani)
1416

1517
## [0.6.28] - 2024-04-17
@@ -504,7 +506,8 @@ See [#89](https://github.com/taiki-e/cargo-hack/pull/89) for more.
504506

505507
Initial release
506508

507-
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.28...HEAD
509+
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.29...HEAD
510+
[0.6.29]: https://github.com/taiki-e/cargo-hack/compare/v0.6.28...v0.6.29
508511
[0.6.28]: https://github.com/taiki-e/cargo-hack/compare/v0.6.27...v0.6.28
509512
[0.6.27]: https://github.com/taiki-e/cargo-hack/compare/v0.6.26...v0.6.27
510513
[0.6.26]: https://github.com/taiki-e/cargo-hack/compare/v0.6.25...v0.6.26

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

0 commit comments

Comments
 (0)