Skip to content

Commit

Permalink
Release 1.2.3!
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed May 5, 2023
1 parent 68cfeab commit 9fcdde4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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 = "1.2.3-pre"
version = "1.2.3"
edition = "2021"
authors = ["Martin Pool"]
license = "MIT"
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# cargo-mutants changelog

## Unreleased
## 1.2.3

Released 2023-05-05

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

0 comments on commit 9fcdde4

Please sign in to comment.