Skip to content

v0.51.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 11:01
b929979

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

What's Changed

  • Update Multitool Versions by @thm-automation in #193

Full Changelog: v0.50.0...v0.51.0