Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 May 14:05
· 104 commits to main since this release
1d83dba

Using Bzlmod with Bazel 7

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_uv", version = "0.12.0")

What's Changed

  • doc: suggest not running in parallel by @aignas in #54
  • Add support for passing non-default arguments to uv pip compile by @mark-thm in #55

New Contributors

Full Changelog: v0.11.0...v0.12.0