From 47bd73acd2070be6e706e522a08bb14d73c527d2 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 11 Nov 2024 08:07:37 -0800 Subject: [PATCH] Prepare 24.11.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- NEWS.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.