Skip to content

v0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 19:30
· 19 commits to main since this release
c49abe8

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

What's Changed

  • Fix maintainers/fixedReleaser signatures for BCR by @mark-thm in #5

Full Changelog: v0.1.0...v0.1.1