Skip to content

Commit a7ca685

Browse files
committed
Prepare 1.1.0
1 parent cb12996 commit a7ca685

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-mutants"
3-
version = "1.1.0-pre"
3+
version = "1.1.0"
44
edition = "2021"
55
authors = ["Martin Pool"]
66
license = "MIT"

NEWS.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# cargo-mutants changelog
22

3-
## Unreleased
3+
## 1.1.0
4+
5+
Released 2022-10-30
46

57
*Fearless concurrency!*
68

7-
- cargo-mutants can now run multiple cargo build and test tasks in parallel, to make better use of machine resources and find mutants faster.
9+
- cargo-mutants can now run multiple cargo build and test tasks in parallel, to make better use of machine resources and find mutants faster, controlled by `--jobs`.
810

911
- The minimum Rust version to build cargo-mutants is now 1.63.0. It can still be used to test code under older toolchains.
1012

1113
## 1.0.3
1214

13-
Released 2021-09-29
15+
Released 2022-09-29
1416

1517
- cargo-mutants is now finds no uncaught mutants in itself! Various tests were added and improved, particularly around handling timeouts.
1618

0 commit comments

Comments
 (0)