Skip to content

Guard 3.0.7

Choose a tag to compare

@github-actions github-actions released this 28 Aug 00:39
1cd3603

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 main source 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.

Install

Install this release:

uv tool install "hol-guard[cisco]==3.0.7"

Full changelog: v3.0.6...v3.0.7

Thanks @kantorcodes!