What's Changed
- Clean up redundant recommendation from README.md by @oreflow in https://github.com/bazelbuild/buildtools/pull/1337
- Remove "out" from the listArg-list by @oreflow in https://github.com/bazelbuild/buildtools/pull/1338
- Release s390x binaries on Github by @vladmos in https://github.com/bazelbuild/buildtools/pull/1289
- Update CODEOWNERS by @vladmos in https://github.com/bazelbuild/buildtools/pull/1340
- Updating
set kindto remember starting line of the rule by @oreflow in https://github.com/bazelbuild/buildtools/pull/1342 - Break module extension groups after a
use_repoby @fmeum in https://github.com/bazelbuild/buildtools/pull/1339 - Keep
includecalls together inMODULE.bazelfiles by @fmeum in https://github.com/bazelbuild/buildtools/pull/1345 - Build and ship binaries for riscv64 by @kxxt in https://github.com/bazelbuild/buildtools/pull/1346
- Note that list-append incorrectly warns on select statements by @pollendo in https://github.com/bazelbuild/buildtools/pull/1348
- Direct users to disable incorrect warning by @pollendo in https://github.com/bazelbuild/buildtools/pull/1349
- Removing unused directory
buildifier2by @oreflow in https://github.com/bazelbuild/buildtools/pull/1350 - Adding nil check for Rule Call Expression by @oreflow in https://github.com/bazelbuild/buildtools/pull/1351
- Keep targets like "@foo//:foo" formatted as-is. by @laramiel in https://github.com/bazelbuild/buildtools/pull/1355
- Revert "Keep targets like "@foo//:foo" formatted as-is." by @Wyverald in https://github.com/bazelbuild/buildtools/pull/1356
- Bug fix. Correctly identify expressions using &=, ^=, >>=, and <<= as assignment statements when parsing BUILD files. by @pdoyle12 in https://github.com/bazelbuild/buildtools/pull/1357
New Contributors
- @oreflow made their first contribution in https://github.com/bazelbuild/buildtools/pull/1337
- @kxxt made their first contribution in https://github.com/bazelbuild/buildtools/pull/1346
- @pollendo made their first contribution in https://github.com/bazelbuild/buildtools/pull/1348
- @laramiel made their first contribution in https://github.com/bazelbuild/buildtools/pull/1355
- @Wyverald made their first contribution in https://github.com/bazelbuild/buildtools/pull/1356
Full Changelog: https://github.com/bazelbuild/buildtools/compare/v8.0.3...v8.2.0