Releases: seh/rules_cue
Releases · seh/rules_cue
v0.4.0
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
- 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.0")
What's Changed
New Contributors
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Mandate use of Bazel version 6.1.0 to rely on bazelbuild/bazel#17279 being available, having removed our local workaround for that problem.
Commits since last release: v0.2.2...v0.3.0
v0.2.2
Propagate tags from top-level rule-wrapping macro invocations to intermediate targets.
Commits since last release: v0.2.1...v0.2.2
v0.2.1
Upgrade Gazelle to version 0.29.0, and update the go.mod file to require Go version 1.17 at minimum in order to maintain compatibility with Gazelle.
Commits since last release: v0.2.0...v0.2.1