Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Feb 11, 2022
1 parent 4cb5324 commit f5830c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-mutants"
version = "0.2.1-pre"
version = "0.2.1"
edition = "2018"
authors = ["Martin Pool"]
license = "MIT"
Expand Down
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
<https://github.com/sourcefrog/cargo-mutants/issues/15>

## 0.2.0
Expand Down

0 comments on commit f5830c9

Please sign in to comment.