Skip to content

v8.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 06:56
· 2 commits to main since this release
be01120

Using Bzlmod

  1. Enable with common --enable_bzlmod in .bazelrc (default with Bazel 7).
  2. 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