Skip to content

Commit c910d4d

Browse files
committed
Release 0.6.44
1 parent bbd3b9f commit c910d4d

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
@@ -12,6 +12,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
1212

1313
## [Unreleased]
1414

15+
## [0.6.44] - 2026-03-20
16+
1517
- Publish [artifact attestations](https://docs.github.com/en/actions/concepts/security/artifact-attestations).
1618

1719
## [0.6.43] - 2026-02-13
@@ -574,7 +576,8 @@ See [#89](https://github.com/taiki-e/cargo-hack/pull/89) for more.
574576

575577
Initial release
576578

577-
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.43...HEAD
579+
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.44...HEAD
580+
[0.6.44]: https://github.com/taiki-e/cargo-hack/compare/v0.6.43...v0.6.44
578581
[0.6.43]: https://github.com/taiki-e/cargo-hack/compare/v0.6.42...v0.6.43
579582
[0.6.42]: https://github.com/taiki-e/cargo-hack/compare/v0.6.41...v0.6.42
580583
[0.6.41]: https://github.com/taiki-e/cargo-hack/compare/v0.6.40...v0.6.41

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.43" #publish:version
3+
version = "0.6.44" #publish:version
44
edition = "2021"
55
# NB: Sync with the MSRV in "From source" section in README.md.
66
rust-version = "1.82" # For indexmap

0 commit comments

Comments
 (0)