Skip to content

Commit f7f0843

Browse files
committed
Bump version pins to v0.3.0
1 parent 8667f38 commit f7f0843

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Full depth — integrity violation kinds, the `noCoverage` fast path's own
8484
history, what "activation" actually means end to end — lives in
8585
[docs/evidence-model.md](docs/evidence-model.md).
8686

87-
> **v0.2.0 (latest release) · active development.** SwiftPM and Xcode projects, isolated and
87+
> **v0.3.0 (latest release) · active development.** SwiftPM and Xcode projects, isolated and
8888
> schemata execution, CI gating, coverage-based test selection, caching,
8989
> sharding, and resumable runs. Six operators are enabled by default;
9090
> more remain experimental pending further validation — see
@@ -124,7 +124,7 @@ On GitHub Actions, the bundled composite action wraps the tarball recipe
124124
above (checksum-verified, attestation-verified) in one step:
125125

126126
```yaml
127-
- uses: juntaki/mutantkit@v0.2.0 # pin an exact release tag
127+
- uses: juntaki/mutantkit@v0.3.0 # pin an exact release tag
128128
```
129129
130130
That is the entire effect — install, verify, add to `PATH`, stop. See
@@ -227,7 +227,7 @@ regression checks, a job summary, and a downloadable report artifact:
227227
with:
228228
fetch-depth: 0 # only needed if you pass `diff:` below
229229

230-
- uses: juntaki/mutantkit@v0.2.0
230+
- uses: juntaki/mutantkit@v0.3.0
231231
with:
232232
mode: ci
233233
diff: origin/main # optional — scope planning to lines changed against this ref

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ inputs:
6868

6969
version:
7070
description: >-
71-
MutantKit release to install, e.g. "v0.2.0", or the literal "latest".
71+
MutantKit release to install, e.g. "v0.3.0", or the literal "latest".
7272
Always wins when set, including the literal "latest" typed out loud.
7373
Left unset (the default), the resolution is: if this action itself was
7474
invoked at a release-tag ref (`uses: juntaki/mutantkit@vX.Y.Z`), that

docs/ci.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Beyond `mode`/`version`/`diff`:
2020
## Version pinning
2121

2222
An explicit `version:` always wins. Otherwise, pinning the action itself to a
23-
release tag also pins the binary — `uses: juntaki/mutantkit@v0.2.0` installs
24-
`v0.2.0`, no separate `version:` needed. Only a ref that is not itself a
23+
release tag also pins the binary — `uses: juntaki/mutantkit@v0.3.0` installs
24+
`v0.3.0`, no separate `version:` needed. Only a ref that is not itself a
2525
release tag (`uses: juntaki/mutantkit@main`, or a local `uses: ./` checkout
2626
of this repo) falls back to the floating `latest` GitHub Release, and says
2727
so with a visible `::warning::` in the log — that is the one case where the

0 commit comments

Comments
 (0)