Guard 3.0.72
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
.pysources 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!