tag:github.com,2008:https://github.com/bazelbuild/buildtools/releasesTags from buildtools2026-01-28T14:47:11Ztag:github.com,2008:Repository/60805080/v8.5.12026-01-30T10:20:38ZRelease 8.5.1 (2026-01-30)oreflowtag:github.com,2008:Repository/60805080/v8.2.12025-06-10T13:25:35ZRelease 8.2.1 (2025-06-10)<p>Update WARNINGS.md (<a class="issue-link js-issue-link" href="https://github.com/bazelbuild/buildtools/pull/1353">#1353</a>)</p>
<p>* Update WARNINGS.md</p>
<p>Include a link to a more detailed explanation of how to handle accumulating dependencies before constructing a depset.</p>
<p>* Updating warnings.textproto and regenerating WARNINGS.md</p>
<p>---------</p>
<p>Co-authored-by: Tim Malmström <[email protected]>
<br />Co-authored-by: Tim Malmström <[email protected]></p>pollendotag:github.com,2008:Repository/60805080/v8.2.02025-04-30T12:12:40ZRelease 8.2.0 (2025-04-30)<p>Bug fix. Correctly identify expressions using &=, ^=, >>=, and <<= as…</p>
<p>… assignment statements when parsing BUILD files. (<a class="issue-link js-issue-link" href="https://github.com/bazelbuild/buildtools/pull/1357">#1357</a>)</p>
<p>* Add files via upload</p>
<p>Correctly include &=, ^=, >>=, <<= as assignment statements when parsing BUILD files.</p>
<p>The Starlark grammar reference (<a href="https://github.com/bazelbuild/starlark/blob/master/spec.md#grammar-reference">https://github.com/bazelbuild/starlark/blob/master/spec.md#grammar-reference</a>) identifies all of these as assignment statements, but the parser doesn't include them in the list, probably an old oversight.</p>
<p>This fixes issue <a class="issue-link js-issue-link" href="https://github.com/bazelbuild/buildtools/issues/1330">#1330</a>.</p>
<p>* Update warn_control_flow_test</p>
<p>This change adds no-effect tests for &=, ^=, >>=, and <<= to ensure they are recognized as having an effect.</p>vladmostag:github.com,2008:Repository/60805080/v8.0.32025-02-05T14:30:34ZRelease 8.0.3 (2025-02-05)oreflowtag:github.com,2008:Repository/60805080/v8.0.22025-01-30T13:57:53ZRelease 8.0.2 (2025-01-30)<p>Fix load placement for files with docstring and copyright header (<a class="issue-link js-issue-link" href="https://github.com/bazelbuild/buildtools/pull/1329">#1329</a>)</p>
<p>Also add missing setup calls for other tests.</p>vladmostag:github.com,2008:Repository/60805080/v8.0.12025-01-15T16:09:41ZRelease 8.0.1 (2025-01-15)<p>Fix and improve float formatting (<a class="issue-link js-issue-link" href="https://github.com/bazelbuild/buildtools/pull/1309">#1309</a>)</p>
<p>* Don't break `12e+34` into `12e + 34`</p>
<p>* Better implementation</p>
<p>* Normalize floats</p>vladmostag:github.com,2008:Repository/60805080/v8.0.02025-01-09T11:05:45ZRelease 8.0.0 (2025-01-09)<p>Fix failing tests on CI (<a class="issue-link js-issue-link" href="https://github.com/bazelbuild/buildtools/pull/1317">#1317</a>)</p>
<p>* Update the checked in protos
<br />* Bump the dependencies
<br />* Don't test on Ubuntu 18.04
<br />* Disable failing tests on Windows CI</p>vladmostag:github.com,2008:Repository/60805080/v7.3.12024-08-28T13:19:38ZRelease 7.3.1 (2024-08-27)<p>Bump google.golang.org/protobuf from 1.25.0 to 1.33.0 (<a class="issue-link js-issue-link" href="https://github.com/bazelbuild/buildtools/pull/1251">#1251</a>)</p>
<p>* Bump google.golang.org/protobuf from 1.25.0 to 1.33.0</p>
<p>Bumps google.golang.org/protobuf from 1.25.0 to 1.33.0.</p>
<p>---
<br />updated-dependencies:
<br />- dependency-name: google.golang.org/protobuf
<br /> dependency-type: direct:production
<br />...</p>
<p>Signed-off-by: dependabot[bot] <[email protected]></p>
<p>* Update go.sum</p>
<p>* Update generated files</p>
<p>---------</p>
<p>Signed-off-by: dependabot[bot] <[email protected]>
<br />Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
<br />Co-authored-by: Vladimir Moskva <[email protected]></p>vladmostag:github.com,2008:Repository/60805080/v7.1.22024-05-23T14:15:43ZRelease 7.1.2 (2024-05-23)<p>Add support for `*.MODULE.bazel` files (<a class="issue-link js-issue-link" href="https://github.com/bazelbuild/buildtools/pull/1266">#1266</a>)</p>
<p>After <a class="issue-link js-issue-link" href="https://github.com/bazelbuild/bazel/pull/22075">bazelbuild/bazel#22075</a>, these are the
<br />files that can be `include()`ed into `MODULE.bazel` files and should be
<br />formatted and edited just like them.</p>vladmostag:github.com,2008:Repository/60805080/v7.1.12024-04-17T16:52:04ZRelease 7.1.1 (2024-04-17)vladmos