Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 19 Aug 09:09
· 37 commits to main since this release
4ce58b0

No functional changes — the crate is byte-for-byte the same tool as 0.1.0.
This release exists to prove the publishing pipeline works the way it is
supposed to.

Changed

  • Releases publish through crates.io Trusted Publishing. The workflow
    exchanges the job's OIDC token for a credential that lives for minutes, so
    no registry token is stored on the repository at all. 0.1.0 could not do
    this — Trusted Publishing is configured on a crate, and the crate did not
    exist until 0.1.0 published — so it went out with a stored token, which has
    since been deleted along with the zizmor exception that covered it.