diff --git a/Cargo.lock b/Cargo.lock index 977a7c32..f9664110 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,7 +191,7 @@ dependencies = [ [[package]] name = "cargo-mutants" -version = "24.9.0" +version = "24.11.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index c18a6e89..a0679cff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mutants" -version = "24.9.0" +version = "24.11.0" edition = "2021" authors = ["Martin Pool"] license = "MIT" diff --git a/NEWS.md b/NEWS.md index 478141cd..a59a8c15 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # cargo-mutants changelog -## Unreleased +## 24.11.0 - New: `--test-workspace` and `--test-package` arguments and config options support projects whose tests live in a different package.