Skip to content

Commit 3c7b8fd

Browse files
committed
Release 0.6.41
1 parent 885ea4b commit 3c7b8fd

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.41] - 2026-01-06
16+
1517
- Enable [release immutability](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/immutable-releases).
1618

1719
## [0.6.40] - 2025-12-29
@@ -562,7 +564,8 @@ See [#89](https://github.com/taiki-e/cargo-hack/pull/89) for more.
562564

563565
Initial release
564566

565-
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.40...HEAD
567+
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.41...HEAD
568+
[0.6.41]: https://github.com/taiki-e/cargo-hack/compare/v0.6.40...v0.6.41
566569
[0.6.40]: https://github.com/taiki-e/cargo-hack/compare/v0.6.39...v0.6.40
567570
[0.6.39]: https://github.com/taiki-e/cargo-hack/compare/v0.6.38...v0.6.39
568571
[0.6.38]: https://github.com/taiki-e/cargo-hack/compare/v0.6.37...v0.6.38

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.40" #publish:version
3+
version = "0.6.41" #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)