Skip to content

Commit d246b93

Browse files
committed
Prepare 25.0.1
1 parent 64e75eb commit d246b93

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.0.1-pre3"
3+
version = "25.0.1"
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,8 +1,8 @@
11
# cargo-mutants changelog
22

3-
## Unreleased
3+
## 25.0.1 2025-02-08
44

5-
- New: Additional mutation patterns: delete `match` arms if there is a defaul arm, and replace `if` guards from match arms with `true` and `false`.
5+
- New: Additional mutation patterns: delete `match` arms if there is a default arm, and replace `if` guards from match arms with `true` and `false`.
66

77
- Changed: Show more type parameters in mutant names, like `impl From<&str> for Foo` rather than `impl From for Foo`.
88

0 commit comments

Comments
 (0)