v0.3.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.3.0")
What's Changed
- Update Multitool Versions by @thm-automation in #13
- Update Multitool Versions by @thm-automation in #14
- Add '--no-strip-extras' to uv pip calls by @mark-thm in #15
- Add support for specifying python_platform in pip_compile by @mark-thm in #16
New Contributors
- @thm-automation made their first contribution in #13
Full Changelog: v0.2.0...v0.3.0