Guard 3.0.7
Guard 3.0.7 is a stable release cut from 1cd3603.
2 commits • 2 merged pull requests • 1 contributor since Guard 3.0.6.
Fixes
- release: Reserve stable tags before publication (#2653)
- reserve each stable version tag after native artifacts pass and before PyPI publication
- bind the tag to the exact current
mainsource in a least-privilege job - require successful tag reservation before the PyPI publishing environment runs
- release: Publish native artifacts from main (#2649)
- Build the complete native Guard wheel matrix for stable releases from
main. - Reuse one hashed native artifact set across TestPyPI, PyPI, and the stable GitHub release.
- Enforce stable native publication dependencies with release workflow contract tests.
- Build the complete native Guard wheel matrix for stable releases from
Install
Install this release:
uv tool install "hol-guard[cisco]==3.0.7"Full changelog: v3.0.6...v3.0.7
Thanks @kantorcodes!