diff --git a/CITATION.cff b/CITATION.cff index b5a7c823..f55bef18 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -18,4 +18,4 @@ message: Please cite this project using these information. repository-code: https://github.com/sourcefrog/cargo-mutants title: cargo-mutants url: https://mutants.rs/ -version: 24.1.1 +version: 24.1.2 diff --git a/Cargo.lock b/Cargo.lock index bd9101e9..26a68677 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "cargo-mutants" -version = "24.1.1" +version = "24.1.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 9384becf..8463c2eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mutants" -version = "24.1.1" +version = "24.1.2" edition = "2021" authors = ["Martin Pool"] license = "MIT" diff --git a/NEWS.md b/NEWS.md index 953f5b23..f3bf0cd3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,7 @@ # cargo-mutants changelog ## Unreleased +## 24.1.2 - New: `--in-place` option tests mutations in the original source tree, without copying the tree. This is faster and uses less disk space, but it's incompatible with `--jobs`, and you must be careful not to edit or commit the source tree while tests are running.