Skip to content

Commit 6e627d3

Browse files
committed
Release 0.6.42
1 parent 2ce8df4 commit 6e627d3

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.42] - 2026-02-07
16+
1517
- Fix bug where start of `--version-range` is being ignored when `rust-version` field is set.
1618

1719
## [0.6.41] - 2026-01-06
@@ -566,7 +568,8 @@ See [#89](https://github.com/taiki-e/cargo-hack/pull/89) for more.
566568

567569
Initial release
568570

569-
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.41...HEAD
571+
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.42...HEAD
572+
[0.6.42]: https://github.com/taiki-e/cargo-hack/compare/v0.6.41...v0.6.42
570573
[0.6.41]: https://github.com/taiki-e/cargo-hack/compare/v0.6.40...v0.6.41
571574
[0.6.40]: https://github.com/taiki-e/cargo-hack/compare/v0.6.39...v0.6.40
572575
[0.6.39]: https://github.com/taiki-e/cargo-hack/compare/v0.6.38...v0.6.39

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