Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 22:25
· 8 commits to main since this release
81842f6

Using Bzlmod with Bazel 6

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

What's Changed

  • feat: allow multiple lockfiles for WORKSPACE users as well by @alexeagle in #21

Full Changelog: v0.4.0...v0.5.0