v0.8.3
Correct comparison against stamping policy name
Thanks to @bwuerknerTTTech for discovering, reporting, and proposing the fix for this defect, first introduced in commit 03c2ddf.
Details
Using modules with Bazel 6 and later
- Enable support for modules in your .bazelrc file by adding the following line:
common --enable_bzlmod
- Add the following directive to your MODULE.bazel file:
bazel_dep(name = "rules_cue", version = "0.8.3")
Full Changelog: v0.8.2...v0.8.3