v0.1.0-alpha.2
·
7 commits
to main
since this release
[0.1.0-alpha.2] - 2026-08-17
Added
- GitHub Workflow release pipeline: dispatch Release prep → review one
release v<version>PR → merging publishes (annotated tag → verify → GitHub Release → crates.io via Trusted Publishing; no registry token, no localcargo publish). - Fragment-driven changelog: user-visible changes accumulate as
.changes/unreleased/fragments and are assembled intoCHANGELOG.mdby the Release prep run. - Backfilled
0.1.0-alpha.1history:CHANGELOG.mdsection, git tagv0.1.0-alpha.1, and a GitHub Release for the published crate.
Fixed
- Release prep now opens a new release PR when a previous PR for the same version was already merged (re-prep after a rollback), instead of failing on
gh pr reopen.