release: 0.1.0
The ceremony PR — two edits, per the amended #11: VERSION 0.1.0-dev -> 0.1.0, and the changelog stamp with the re-arm in the same edit (## Unreleased -> ## 0.1.0 — 2026-07-22, an empty ## Unreleased put back on top — box#108). No third stamp: both CEREMONY_SELF_REF carriers already read "0.1.0", and self-ref-check's bare-tree rule wants exactly that. drills/0.1.0.md follows once the rehearsal runs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
dbf857a94a
commit
ff00a9cbcd
2 changed files with 3 additions and 1 deletions
|
|
@ -6,6 +6,8 @@ so entries say what changed, cite the issue, and stop.
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.1.0 — 2026-07-22
|
||||||
|
|
||||||
- `lib/version.sh` — one version abstraction, `file` and `package-json` backends (#3).
|
- `lib/version.sh` — one version abstraction, `file` and `package-json` backends (#3).
|
||||||
- `lib/changelog.sh` + `bin/changelog-section` — the one canonical changelog-section extractor (#4).
|
- `lib/changelog.sh` + `bin/changelog-section` — the one canonical changelog-section extractor (#4).
|
||||||
- `actions/changelog-armed` — the version-keyed arming guard (#5).
|
- `actions/changelog-armed` — the version-keyed arming guard (#5).
|
||||||
|
|
|
||||||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.1.0-dev
|
0.1.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue