Skip to content

v0.8.3

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Nov 19:02
· 2 commits to main since this release
v0.8.3
cbe3179

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

  1. Enable support for modules in your .bazelrc file by adding the following line:
    common --enable_bzlmod
  2. 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