Skip to content

v0.0.11

Choose a tag to compare

@github-actions github-actions released this 10 Jul 06:38
· 30 commits to main since this release
04e3d93

[0.0.11] - 2026-07-10

Recovery release carrying forward every change in the
0.0.10 changelog section.
Version 0.0.10 was tagged but never published to PyPI or as a GitHub Release
because its source gate inspected a runner-local tag ref that
actions/checkout had rewritten to the peeled commit.

Fixed

  • Release source verification now reads the annotated tag's peeled target from
    the remote, binds it to the workflow event SHA, and proves that exact commit
    is on origin/main. This remains correct even when checkout rewrites its
    runner-local tag ref, while still rejecting lightweight, mismatched, and
    off-main tags.