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