v8.0.1
Using Bzlmod
- Enable with
common --enable_bzlmod
in.bazelrc
(default with Bazel 7). - Add to your
MODULE.bazel
file:
bazel_dep(name = "buildozer", version = "8.0.1")
What's Changed
- Add missing quote to README by @fmeum in #18
- Update buildozer to 7.3.1 and support s390x by @fmeum in #19
- Update release action by @fmeum in #21
- Test with 8.x in BCR presubmit by @fmeum in #22
- Update buildozer to 8.0.0 by @fmeum in #20
- Update to 8.0.1 by @fmeum in #24
- Test on all latest minor versions by @fmeum in #25
- Allow
buildozer
target to be aliased by @fmeum in #23
Full Changelog: v7.1.2...v8.0.1