diff --git a/Cargo.lock b/Cargo.lock index 2400da30..a074d69e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,7 +166,7 @@ dependencies = [ [[package]] name = "cargo-mutants" -version = "24.11.2" +version = "25.0.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index a80dd8df..6cd43adf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mutants" -version = "24.11.2" +version = "25.0.0" edition = "2021" authors = ["Martin Pool"] license = "MIT" diff --git a/NEWS.md b/NEWS.md index 3a802048..e3482a83 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # cargo-mutants changelog -## Unreleased +## 25.0.0 - Better estimation of time remaining, based on the time taken to test mutants so far, excluding the time for the baseline.