Skip to content

Releases: bazelbuild/buildtools

Release 5.0.1 (2022-02-11)

11 Feb 13:19
f1ead6b

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

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

Choose a tag to compare

Release 4.2.4 (2021-12-03)

03 Dec 11:07
cdedcc0

Choose a tag to compare

  • Minor bug fixes

Release 4.2.3 (2021-10-26)

26 Oct 14:35
41c688d

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

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

Choose a tag to compare

  • darwin-arm64 support
  • bug fixes

Release 4.0.1 (2021-03-01)

01 Mar 11:10

Choose a tag to compare

  • Binaries for arm64
  • Fixed Go modules
  • Minor fixes

Release 4.0.0 (2021-02-04)

04 Feb 15:43
840218f

Choose a tag to compare

  • Support for type annotations
  • Allowed comments in command files
  • Fixed recursive file traversal
  • Fixed splitting lines with location references
  • Fixed removing unused loads with comments
  • Fixed the uninitialized variable warning
  • Minor fixes

Release 3.5.0 (2020-09-23)

23 Sep 15:32
1038451

Choose a tag to compare

  • New warning provider-params
  • Various fixes and improvements