Skip to content

v0.1.0-alpha.2

Choose a tag to compare

@github-actions github-actions released this 17 Aug 02:32
· 7 commits to main since this release
a52ea5a

[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 local cargo publish).
  • Fragment-driven changelog: user-visible changes accumulate as .changes/unreleased/ fragments and are assembled into CHANGELOG.md by the Release prep run.
  • Backfilled 0.1.0-alpha.1 history: CHANGELOG.md section, git tag v0.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.