tag:github.com,2008:https://github.com/bazelbuild/buildtools/releases Tags from buildtools 2026-01-28T14:47:11Z tag:github.com,2008:Repository/60805080/v8.5.1 2026-01-30T10:20:38Z Release 8.5.1 (2026-01-30) oreflow tag:github.com,2008:Repository/60805080/v8.2.1 2025-06-10T13:25:35Z Release 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 &lt;[email protected]&gt; <br />Co-authored-by: Tim Malmström &lt;[email protected]&gt;</p> pollendo tag:github.com,2008:Repository/60805080/v8.2.0 2025-04-30T12:12:40Z Release 8.2.0 (2025-04-30) <p>Bug fix. Correctly identify expressions using &amp;=, ^=, &gt;&gt;=, and &lt;&lt;= 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 &amp;=, ^=, &gt;&gt;=, &lt;&lt;= 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 &amp;=, ^=, &gt;&gt;=, and &lt;&lt;= to ensure they are recognized as having an effect.</p> vladmos tag:github.com,2008:Repository/60805080/v8.0.3 2025-02-05T14:30:34Z Release 8.0.3 (2025-02-05) oreflow tag:github.com,2008:Repository/60805080/v8.0.2 2025-01-30T13:57:53Z Release 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> vladmos tag:github.com,2008:Repository/60805080/v8.0.1 2025-01-15T16:09:41Z Release 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> vladmos tag:github.com,2008:Repository/60805080/v8.0.0 2025-01-09T11:05:45Z Release 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> vladmos tag:github.com,2008:Repository/60805080/v7.3.1 2024-08-28T13:19:38Z Release 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] &lt;[email protected]&gt;</p> <p>* Update go.sum</p> <p>* Update generated files</p> <p>---------</p> <p>Signed-off-by: dependabot[bot] &lt;[email protected]&gt; <br />Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; <br />Co-authored-by: Vladimir Moskva &lt;[email protected]&gt;</p> vladmos tag:github.com,2008:Repository/60805080/v7.1.2 2024-05-23T14:15:43Z Release 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> vladmos tag:github.com,2008:Repository/60805080/v7.1.1 2024-04-17T16:52:04Z Release 7.1.1 (2024-04-17) vladmos