Skip to content

Releases: bazelbuild/buildtools

Release 8.0.2 (2025-01-30)

30 Jan 13:57
635c122
Compare
Choose a tag to compare

What's Changed

  • Add rules_shell fixing by @keith in #1303
  • Collapse empty call expressions by @snady in #1308
  • Add attrs as a special attribute of the print command by @iflan in #1323
  • Add a comment to address a golint warning by @vladmos in #1325
  • Compress a statement by @vladmos in #1327
  • Enable warnings for the native cc rules & symbols by @hvadehra in #1326
  • Fix load placement for files with docstring and copyright header by @fmeum in #1329

New Contributors

Full Changelog: v8.0.1...v8.0.2

Release 8.0.1 (2025-01-15)

15 Jan 16:09
3a48437
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.0...v8.0.1

Release 8.0.0 (2025-01-09)

09 Jan 11:05
a9c248f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.3.1...v8.0.0

Release 7.3.1 (2024-08-27)

27 Aug 15:06
45b7ddb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.1.2...v7.3.1

Release 7.1.2 (2024-05-23)

23 May 14:15
1429e15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.1.1...v7.1.2

Release 7.1.1 (2024-04-17)

17 Apr 16:52
2bc4b5e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.1.0...v7.1.1

Release 7.1.0 (2024-03-26)

26 Mar 13:28
66c6051
Compare
Choose a tag to compare
  • Load statements are forced to be on the top of a file (except WORKSPACE files) and be sorted and compressed. Former warnings load-on-top, out-of-order-load and same-origin-load are now removed.
  • distribs are no longer being moved into the package declaration
  • Minor bug fixes

Release 6.4.0 (2023-11-15)

15 Nov 14:50
433ea85
Compare
Choose a tag to compare
  • More correct sorting order of load statements
  • Buildozer: better error reporting for missing comments
  • Suggested fixes for package-on-top warnings

Release 6.3.3 (2023-08-25)

25 Aug 13:32
b163fcf
Compare
Choose a tag to compare
  • out_of_order_load warning is enabled by default
  • format command for buildozer for unconditional formatting

Release 6.3.2 (2023-08-17)

17 Aug 11:59
Compare
Choose a tag to compare
  • Updates to buildozer commands (use_repo and use_repo_add).
  • Bug fixes.