Skip to content

Commit

Permalink
Prepare 25.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Feb 9, 2025
1 parent 64e75eb commit d246b93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-mutants"
version = "25.0.1-pre3"
version = "25.0.1"
edition = "2021"
authors = ["Martin Pool"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# cargo-mutants changelog

## Unreleased
## 25.0.1 2025-02-08

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

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

Expand Down

0 comments on commit d246b93

Please sign in to comment.