Skip to content

Commit 9fcdde4

Browse files
committed
Release 1.2.3!
1 parent 68cfeab commit 9fcdde4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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.2.3-pre"
3+
version = "1.2.3"
44
edition = "2021"
55
authors = ["Martin Pool"]
66
license = "MIT"

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# cargo-mutants changelog
22

3-
## Unreleased
3+
## 1.2.3
4+
5+
Released 2023-05-05
46

57
- Mutate functions returning `String` to `String::new()` rather than `"".into()`: same
68
result but a bit more idiomatic.

0 commit comments

Comments
 (0)