Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 18:40
· 18 commits to main since this release
v0.5.0
ee3d381

Update set of available CUE toolchain versions

Introduce version 0.7.0, establishing it as the new default. In order to keep the set ofavailable toolchain versions manageable, remove the alpha versions preceding version 0.6.0.

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

Full Changelog: v0.4.2...v0.5.0