Skip to content

v6.4.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 10:28
· 6 commits to main since this release
2fb2e98

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

What's Changed

  • Allow write access for release workflow by @fmeum in #5
  • Fix BCR presubmit by @fmeum in #6
  • Make buildozer_binary extension platform-independent by @fmeum in #8

Full Changelog: v6.4.0...v6.4.0.1