Skip to content

Releases: bazelbuild/buildtools

Release 6.0.0 (2023-01-10)

10 Jan 13:40
de1a539
Compare
Choose a tag to compare
  • Buildozer: supported deleting of wildcard attributes
  • Buildozer: remove_if_equal command
  • Buildifier: updates to the formatting of WORKSPACE files
  • buildifier_test can escape the sandbox
  • Bug fixes

Release 5.1.0 (2022-04-14)

14 Apr 14:56
Compare
Choose a tag to compare

Release 5.0.1 (2022-02-11)

11 Feb 13:19
f1ead6b
Compare
Choose a tag to compare
  • unused-variable warnings are now suppressed for some common cases when variables are expected to be not used.

Release 5.0.0 (2022-02-09)

09 Feb 12:14
fc5b9bb
Compare
Choose a tag to compare
  • Support for MODULE.bazel files
  • A number of warnings are now compatible with nested def statements
  • Minor bug fixes

Release 4.2.5 (2022-01-13)

13 Jan 13:31
0e2f864
Compare
Choose a tag to compare

Release 4.2.4 (2021-12-03)

03 Dec 11:07
cdedcc0
Compare
Choose a tag to compare
  • Minor bug fixes

Release 4.2.3 (2021-10-26)

26 Oct 14:35
41c688d
Compare
Choose a tag to compare
  • Added darwin_arm64 to supported archs in the npm package
  • Fixed the bzl-visibility warning for javatests

Release 4.2.2 (2021-10-07)

07 Oct 13:12
5472cda
Compare
Choose a tag to compare
  • Buildifier sorts named arguments for all function calls in BUILD files, even if they have complex names.
  • Buildozer: added path argument for the print command.
  • srcs attributes for cc_embed_data rules is no longer force-sorted.

Release 4.2.0 (2021-09-06)

06 Sep 11:33
92ace78
Compare
Choose a tag to compare
  • darwin-arm64 support
  • bug fixes

Release 4.0.1 (2021-03-01)

01 Mar 11:10
Compare
Choose a tag to compare
  • Binaries for arm64
  • Fixed Go modules
  • Minor fixes