v0.40.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.40.0")
What's Changed
- Use uv pip sync and allow-existing instead of uv pip install by @ewianda in #166
- Update Multitool Versions by @thm-automation in #171
Full Changelog: v0.39.0...v0.40.0