v0.37.0
Using Bzlmod with Bazel 7
- Enable with
common --enable_bzlmod
in.bazelrc
. - Add to your
MODULE.bazel
file:
bazel_dep(name = "rules_uv", version = "0.37.0")
What's Changed
- Update Multitool Versions by @thm-automation in #160
- Update bazel-contrib/setup-bazel action to v0.9.1 by @renovate-thm in #161
- Update Multitool Versions by @thm-automation in #162
Full Changelog: v0.36.0...v0.37.0