Skip to content

Commit 14011d0

Browse files
chore: release (#588)
## 🤖 New release * `mutants`: 0.0.3 -> 0.0.4 * `cargo-mutants`: 26.1.1 -> 26.1.2 <details><summary><i><b>Changelog</b></i></summary><p> ## `mutants` <blockquote> ## [0.0.4](mutants-v0.0.3...mutants-v0.0.4) - 2026-01-15 ### Changed - Add NEWS.md for `mutants` package </blockquote> ## `cargo-mutants` <blockquote> ## [26.1.2](cargo-mutants-v26.1.1...cargo-mutants-v26.1.2) - 2026-01-15 ### Changed - Revert "ci: Don't need to run mdbook-linkcheck again during deploy" - Simpler changelog header - Shallow fetch in more CI workflows - Don't need to run mdbook-linkcheck again during deploy - Fix git ref in book deploy job - Merge the two book workflows </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ddf4d3f commit 14011d0

File tree

5 files changed

+24
-7
lines changed

5 files changed

+24
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
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 = "26.1.1"
3+
version = "26.1.2"
44
edition = "2024"
55
authors = ["Martin Pool"]
66
license = "MIT"

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [26.1.2](https://github.com/sourcefrog/cargo-mutants/compare/cargo-mutants-v26.1.1...cargo-mutants-v26.1.2) - 2026-01-15
11+
12+
### Changed
13+
14+
- Revert "ci: Don't need to run mdbook-linkcheck again during deploy"
15+
- Simpler changelog header
16+
- Shallow fetch in more CI workflows
17+
- Don't need to run mdbook-linkcheck again during deploy
18+
- Fix git ref in book deploy job
19+
- Merge the two book workflows
20+
1021
## 26.1.1 - 2026-01-15
1122

1223
### Other

mutants_attrs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mutants"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
edition = "2018"
55
license = "MIT"
66
description = "Decorator attributes to be used with cargo-mutants"

mutants_attrs/NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [0.0.4](https://github.com/sourcefrog/cargo-mutants/compare/mutants-v0.0.3...mutants-v0.0.4) - 2026-01-15
6+
7+
### Changed
8+
9+
- Add NEWS.md for `mutants` package
10+
511
## 0.0.3
612

713
* Reset edition to 2018 for broader compatibility.

0 commit comments

Comments
 (0)