diff --git a/CITATION.cff b/CITATION.cff index 45f79e25..898bead4 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.4.0 +version: 24.5.0 diff --git a/Cargo.lock b/Cargo.lock index b0f02c10..4982e9e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "cargo-mutants" -version = "24.4.0" +version = "24.5.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 9f074fb8..c49f1c00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mutants" -version = "24.4.0" +version = "24.5.0" edition = "2021" authors = ["Martin Pool"] license = "MIT" diff --git a/NEWS.md b/NEWS.md index af6ea50b..90242074 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # cargo-mutants changelog -## Unreleased +## 24.5.0 - Fixed: Follow `path` attributes on `mod` statements.