Skip to content

Commit f40f961

Browse files
committed
v26.0.0
1 parent d19455e commit f40f961

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-mutants"
3-
version = "25.3.1"
3+
version = "26.0.0"
44
edition = "2021"
55
authors = ["Martin Pool"]
66
license = "MIT"

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cargo-mutants changelog
22

3-
## Unreleased
3+
## 26.0.0 2025-12-07
44

55
- Changed: The default is now *not* to shuffle mutants: they run in the deterministic order they are generated in the source tree. This should give somewhat better locality of reference due to consecutively testing changes in each package or module. The previous behavior can be restored with `--shuffle`.
66

@@ -14,7 +14,7 @@
1414

1515
- Book: Recommend using the `-Zunstable-options --fail-fast` argument to test targets to speed up mutation testing, on recent nightly toolchains.
1616

17-
- Fixed: Don't error if the `--in-diff` patch file contains non-UTF-8 data in non-Rust files.
17+
- Fixed: Don't error if the `--in-diff` patch file contains non-UTF-8 data in non-Rust files, or contains messages about binary files or git index changes.
1818

1919
- New: `start_time` and `end_time` fields in `outcomes.json`.
2020

0 commit comments

Comments
 (0)