diff --git a/Cargo.lock b/Cargo.lock index e1375aaf..e390feee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,7 +137,7 @@ dependencies = [ [[package]] name = "cargo-mutants" -version = "23.9.1" +version = "23.10.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 7de364c7..beca1f30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mutants" -version = "23.9.1" +version = "23.10.0" edition = "2021" authors = ["Martin Pool"] license = "MIT" diff --git a/NEWS.md b/NEWS.md index 3ed858d9..7541fb92 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # cargo-mutants changelog -## Unreleased +## 23.10.0 - The baseline test (with no mutants) now tests only the packages in which mutants will be generated, subject to any file or regex filters. This