v0.4.1
Update set of available CUE toolchain versions
Introduce version 0.6.0-alpha.2, retaining version 0.5.0 as the stable
default.
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.4.1")
What's Changed
- Ensure that annotated tag content is available by @seh in #6
- Update set of available CUE toolchain versions by @seh in #7
Full Changelog: v0.4.0...v0.4.1