Skip to content

v0.41.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 02:03
· 8 commits to main since this release
7125645

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.41.0")

What's Changed

Full Changelog: v0.40.0...v0.41.0