v6.4.0.2
Using Bzlmod
- Enable with
common --enable_bzlmod
in.bazelrc
(default with Bazel 7). - Add to your
MODULE.bazel
file:
bazel_dep(name = "buildozer", version = "6.4.0.2")
What's Changed
- Add Bazel compatibility check to BCR presubmit by @fmeum in #10
- Set version via a tag class attribute by @fmeum in #9
Full Changelog: v6.4.0.1...v6.4.0.2