From 7234383042008415bf60aa382087457724bfc6c8 Mon Sep 17 00:00:00 2001 From: Kevin Park Date: Thu, 14 May 2026 22:29:43 +0900 Subject: [PATCH] docs: split toolchain bumps into 2.0.2 and 1.9.1 changelog sections The toolchain bumps from #3708 are being backported to release/2.0 and release/1.9 as 2.0.2 and 1.9.1 respectively (#3775, #3776), so move the bullets out of Unreleased and into dated patch sections to match what will ship from those branches. Refs #3773. --- CHANGELOG.md | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3feaebf428..7e60176980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -94,13 +94,21 @@ END_UNRELEASED_TEMPLATE Fixes [#3296](https://github.com/bazel-contrib/rules_python/issues/3296). * (gazelle) Support alias_kind directive. Fixes [#3183](https://github.com/bazel-contrib/rules_python/issues/3183). -* (toolchains) `3.13.12`, `3.14.3` Python toolchain from [20260325] release. -* (toolchains) `3.10.20`, `3.11.15`, `3.12.13`, `3.13.13` `3.14.4`, `3.15.0a8` -* Python toolchain from [20260414] release. * (pypi) `package_metadata` support, fixes [#2054](https://github.com/bazel-contrib/rules_python/issues/2054). * (coverage) Add support for python 3.14 and bump `coverage.py` to 7.10.7. +{#v2-0-2} +## [2.0.2] - 2026-05-14 + +[2.0.2]: https://github.com/bazel-contrib/rules_python/releases/tag/2.0.2 + +{#v2-0-2-added} +### Added +* (toolchains) `3.13.12`, `3.14.3` Python toolchain from [20260325] release. +* (toolchains) `3.10.20`, `3.11.15`, `3.12.13`, `3.13.13` `3.14.4`, `3.15.0a8` +* Python toolchain from [20260414] release. + [20260325]: https://github.com/astral-sh/python-build-standalone/releases/tag/20260325 [20260414]: https://github.com/astral-sh/python-build-standalone/releases/tag/20260414 @@ -230,6 +238,17 @@ Other changes: * (wheel) Add support for `add_path_prefix` argument in `py_wheel` which can be used to prepend a prefix to the files in the wheel. +{#v1-9-1} +## [1.9.1] - 2026-05-14 + +[1.9.1]: https://github.com/bazel-contrib/rules_python/releases/tag/1.9.1 + +{#v1-9-1-added} +### Added +* (toolchains) `3.13.12`, `3.14.3` Python toolchain from [20260325] release. +* (toolchains) `3.10.20`, `3.11.15`, `3.12.13`, `3.13.13` `3.14.4`, `3.15.0a8` +* Python toolchain from [20260414] release. + {#v1-9-0} ## [1.9.0] - 2026-02-21