Skip to content

v6.4.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 10:45
· 14 commits to main since this release
53754cc

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 = "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