Skip to content

Commit 9c6b890

Browse files
committed
Release 27.0.0
1 parent e76e3f2 commit 9c6b890

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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 = "27.0.0-pre"
3+
version = "27.0.0"
44
edition = "2024"
55
authors = ["Martin Pool"]
66
license = "MIT"

NEWS.md

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

3-
## Unreleased
3+
## 27.0.0
4+
5+
Released 2026-03-07.
46

57
- Changed: Command line values for `--file`, `--exclude`, `--examine-re`, and `--exclude-re` are now combined with, rather than replacing, values given in the configuration file, consistently with every other option that takes a list. (Use `--config=OTHER` or `--no-config` to avoid using values in the configuration.) Thanks to @sandersaares for pointing this out.
68

0 commit comments

Comments
 (0)