Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 17:13
v0.9.0
f59af37

Update set of available CUE toolchain versions

Introduce version 0.11.0, establishing it as the new default.

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.9.0")

Full Changelog: v0.8.3...v0.9.0