v0.8.0
Update set of available CUE toolchain versions
Introduce version 0.10.0, establishing it as the new default, removing the prior versions 0.9.0, 0.9.1, and 0.9.2, as none of them could accommodate symbolic links within imported modules that most of Bazel's sandboxing strategies require.
Pertinent URLs to related discussion:
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.8.0")
Full Changelog: v0.7.0...v0.8.0