Skip to content

Guard 3.0.72

Choose a tag to compare

@kantorcodes kantorcodes released this 04 Sep 19:07
· 128 commits to main since this release
3ba6a0e

Guard 3.0.72 is a stable release cut from 3ba6a0e.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.71.

Fixes

  • runtime: Package extension contracts for frozen builds (#2767)
    • Stage extension trust-class maps, contribution schemas, and contribution JSON into Guard package data before frozen Core builds.
    • Load those files from packaged data in frozen runtimes instead of walking the source tree.
    • Resolve contribution detectors from the frozen module graph when .py sources are not extracted.

Install

Install this release:

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

Full changelog: v3.0.71...v3.0.72

Thanks @kantorcodes!