Skip to content

Commit 5d8b341

Browse files
committed
25.2.2-pre2: needs release news
1 parent 29cb391 commit 5d8b341

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,8 @@ jobs:
6868
publish-crate:
6969
runs-on: ubuntu-latest
7070
needs: [test, create-release]
71-
7271
permissions:
7372
id-token: write # Required for OIDC token exchange
74-
7573
steps:
7674
- uses: actions/checkout@v4
7775
- uses: rust-lang/crates-io-auth-action@v1

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 = "25.2.2-pre1"
3+
version = "25.2.2-pre2"
44
edition = "2021"
55
authors = ["Martin Pool"]
66
license = "MIT"

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# cargo-mutants changelog
22

3+
## 25.2.2-pre2 2025-07-18
4+
5+
- Release packages from a github environment for added security.
6+
37
## 25.2.2-pre0 2025-07-18
48

59
- Changed: The mutant name of "replace match guard" mutations now includes the original match guard, for example `replace match guard path.path.is_ident("str") with true in type_replacements`. Similarly, the "delete match arm" mutation includes the pattern of the arm, for example `delete match arm BinOp::BitOr(_) in ...`.

0 commit comments

Comments
 (0)