Skip to content

Commit dc9c1ab

Browse files
docs: split toolchain bumps from #3708 into 2.0.2 and 1.9.1 changelog sections (#3777)
Per [@aignas's comment](#3773 (comment)) on #3773, moves the toolchain bullets that #3708 added under `Unreleased` into dated `2.0.2` and `1.9.1` sections so the next release from `main` doesn't re-announce them. **Before:** Bullets sit under `Unreleased` on `main`. **After:** New `## [2.0.2] - 2026-05-14` section between `Unreleased` and `2.0.1`, and a new `## [1.9.1] - 2026-05-14` section between `2.0.0` and `1.9.0`. Bullet text is reused verbatim. Companion PRs: - #3775 — backport #3708 to `release/2.0` (2.0.2) - #3776 — backport #3708 to `release/1.9` (1.9.1) Refs #3773.
1 parent 32527de commit dc9c1ab

1 file changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,21 @@ END_UNRELEASED_TEMPLATE
9494
Fixes [#3296](https://github.com/bazel-contrib/rules_python/issues/3296).
9595
* (gazelle) Support alias_kind directive.
9696
Fixes [#3183](https://github.com/bazel-contrib/rules_python/issues/3183).
97-
* (toolchains) `3.13.12`, `3.14.3` Python toolchain from [20260325] release.
98-
* (toolchains) `3.10.20`, `3.11.15`, `3.12.13`, `3.13.13` `3.14.4`, `3.15.0a8`
99-
* Python toolchain from [20260414] release.
10097
* (pypi) `package_metadata` support, fixes
10198
[#2054](https://github.com/bazel-contrib/rules_python/issues/2054).
10299
* (coverage) Add support for python 3.14 and bump `coverage.py` to 7.10.7.
103100

101+
{#v2-0-2}
102+
## [2.0.2] - 2026-05-14
103+
104+
[2.0.2]: https://github.com/bazel-contrib/rules_python/releases/tag/2.0.2
105+
106+
{#v2-0-2-added}
107+
### Added
108+
* (toolchains) `3.13.12`, `3.14.3` Python toolchain from [20260325] release.
109+
* (toolchains) `3.10.20`, `3.11.15`, `3.12.13`, `3.13.13` `3.14.4`, `3.15.0a8`
110+
* Python toolchain from [20260414] release.
111+
104112
[20260325]: https://github.com/astral-sh/python-build-standalone/releases/tag/20260325
105113
[20260414]: https://github.com/astral-sh/python-build-standalone/releases/tag/20260414
106114

@@ -230,6 +238,17 @@ Other changes:
230238
* (wheel) Add support for `add_path_prefix` argument in `py_wheel` which can be
231239
used to prepend a prefix to the files in the wheel.
232240

241+
{#v1-9-1}
242+
## [1.9.1] - 2026-05-14
243+
244+
[1.9.1]: https://github.com/bazel-contrib/rules_python/releases/tag/1.9.1
245+
246+
{#v1-9-1-added}
247+
### Added
248+
* (toolchains) `3.13.12`, `3.14.3` Python toolchain from [20260325] release.
249+
* (toolchains) `3.10.20`, `3.11.15`, `3.12.13`, `3.13.13` `3.14.4`, `3.15.0a8`
250+
* Python toolchain from [20260414] release.
251+
233252
{#v1-9-0}
234253
## [1.9.0] - 2026-02-21
235254

0 commit comments

Comments
 (0)