Skip to content

Commit

Permalink
Fix auto-updated NEWS format
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Jan 16, 2024
1 parent 822aff2 commit 2fb1399
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ lto = "thin"
# Config for <https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md>
[workspace.metadata.release]
pre-release-replacements = [
{ "file" = "NEWS.md", search = "## Unreleased", replace = "$0\n ## {{version}}", exactly = 1 },
{ "file" = "NEWS.md", search = "## Unreleased", replace = "$0\n## {{version}}", exactly = 1 },
{ "file" = "CITATION.cff", search = "^version: .*", replace = "version: {{version}}", exactly = 1 },
]
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# cargo-mutants changelog

## Unreleased
## 24.1.1

## 24.1.1

- New: Mutate `+, -, *, /, %, &, ^, |, <<, >>` binary ops, and their corresponding assignment ops like `+=`.

Expand Down

0 comments on commit 2fb1399

Please sign in to comment.