From f5830c9409e3739ebf20bd7fbd4d2e1e7618564c Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 10 Feb 2022 18:14:05 -0800 Subject: [PATCH] Release 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- NEWS.md | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ca6ba0a..9452f2cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ dependencies = [ [[package]] name = "cargo-mutants" -version = "0.2.1-pre" +version = "0.2.1" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index 921267e0..3bf4746f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mutants" -version = "0.2.1-pre" +version = "0.2.1" edition = "2018" authors = ["Martin Pool"] license = "MIT" diff --git a/NEWS.md b/NEWS.md index 90e995da..0e6f6c8c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,11 @@ # cargo-mutants changelog -## Unreleased +## 0.2.1 -- Arguments to `cargo test` can be passed on the command line after `--`. +Released 2022-02-10 + +- Arguments to `cargo test` can be passed on the command line after `--`. This + allows, for example, skipping doctests or setting the number of test threads. ## 0.2.0