Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 15:23
· 12 commits to main since this release
v0.4.0
d0b574a

Merge pull request #5 from seh/update-available-cue-toolchains

Update set of available CUE toolchain versions

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

What's Changed

  • Update set of available CUE toolchain versions by @seh in #5

New Contributors

  • @seh made their first contribution in #5

Full Changelog: v0.3.0...v0.4.0