Skip to content

Releases: bazelbuild/buildtools

Release 5.0.1 (2022-02-11)

Choose a tag to compare

@vladmos vladmos released this 11 Feb 13:19
f1ead6b
  • 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)

Choose a tag to compare

@vladmos vladmos released this 09 Feb 12:14
fc5b9bb
  • 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)

Choose a tag to compare

@larsrc-google larsrc-google released this 13 Jan 13:31
0e2f864

Minor fixes.

Release 4.2.4 (2021-12-03)

Choose a tag to compare

@zhengwei143 zhengwei143 released this 03 Dec 11:07
cdedcc0
  • Minor bug fixes

Release 4.2.3 (2021-10-26)

Choose a tag to compare

@vladmos vladmos released this 26 Oct 14:35
41c688d
  • Added darwin_arm64 to supported archs in the npm package
  • Fixed the bzl-visibility warning for javatests

Release 4.2.2 (2021-10-07)

Choose a tag to compare

@vladmos vladmos released this 07 Oct 13:12
5472cda
  • 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)

Choose a tag to compare

@vladmos vladmos released this 06 Sep 11:33
92ace78
  • darwin-arm64 support
  • bug fixes

Release 4.0.1 (2021-03-01)

Choose a tag to compare

@vladmos vladmos released this 01 Mar 11:10
  • Binaries for arm64
  • Fixed Go modules
  • Minor fixes

Release 4.0.0 (2021-02-04)

Choose a tag to compare

@vladmos vladmos released this 04 Feb 15:43
840218f
  • 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)

Choose a tag to compare

@vladmos vladmos released this 23 Sep 15:32
1038451
  • New warning provider-params
  • Various fixes and improvements