@@ -65,6 +65,10 @@ END_UNRELEASED_TEMPLATE
6565 default to ` true ` .
6666* (pypi) The data files of a wheel (bin, includes, etc) are now always included
6767 as a library's data dependencies.
68+ * (coverage) When ` configure_coverage_tool = True ` is set but the bundled
69+ ` coverage.py ` wheel set has no entry for the requested python version and
70+ platform, a warning is now printed instead of silently producing an empty
71+ coverage report.
6872
6973{#v0-0-0-fixed}
7074### Fixed
@@ -82,7 +86,16 @@ END_UNRELEASED_TEMPLATE
8286* (pypi) Fix ` importlib.metadata.files ` by ensuring ` RECORD ` is included in
8387 installed wheel targets, except when built from sdist
8488 ([ #3024 ] ( https://github.com/bazel-contrib/rules_python/issues/3024 ) ).
85-
89+ * (system_python) Fix AttributeError exception on Debian 10 Buster
90+ python installations which may not set ` sys._base_executable `
91+ ([ #3774 ] ( https://github.com/bazel-contrib/rules_python/issues/3774 ) ).
92+ * (windows) Fix ` py_test ` /` py_binary ` failure when the target name contains
93+ path separators; the bootstrap stub is now declared as a sibling of the
94+ ` .exe ` launcher
95+ ([ #3789 ] ( https://github.com/bazel-contrib/rules_python/issues/3789 ) ).
96+ * Fix the forwarding of ` target_compatible_with ` from ` compile_pip_requirements `
97+ towards the underlying ` *.update ` target.
98+ ([ #3787 ] ( https://github.com/bazel-contrib/rules_python/pull/3787 ) )
8699
87100{#v0-0-0-added}
88101### Added
@@ -96,13 +109,21 @@ END_UNRELEASED_TEMPLATE
96109 Fixes [ #3296 ] ( https://github.com/bazel-contrib/rules_python/issues/3296 ) .
97110* (gazelle) Support alias_kind directive.
98111 Fixes [ #3183 ] ( https://github.com/bazel-contrib/rules_python/issues/3183 ) .
99- * (toolchains) ` 3.13.12 ` , ` 3.14.3 ` Python toolchain from [ 20260325] release.
100- * (toolchains) ` 3.10.20 ` , ` 3.11.15 ` , ` 3.12.13 ` , ` 3.13.13 ` ` 3.14.4 ` , ` 3.15.0a8 `
101- * Python toolchain from [ 20260414] release.
102112* (pypi) ` package_metadata ` support, fixes
103113 [ #2054 ] ( https://github.com/bazel-contrib/rules_python/issues/2054 ) .
104114* (coverage) Add support for python 3.14 and bump ` coverage.py ` to 7.10.7.
105115
116+ {#v2-0-2}
117+ ## [ 2.0.2] - 2026-05-14
118+
119+ [ 2.0.2 ] : https://github.com/bazel-contrib/rules_python/releases/tag/2.0.2
120+
121+ {#v2-0-2-added}
122+ ### Added
123+ * (toolchains) ` 3.13.12 ` , ` 3.14.3 ` Python toolchain from [ 20260325] release.
124+ * (toolchains) ` 3.10.20 ` , ` 3.11.15 ` , ` 3.12.13 ` , ` 3.13.13 ` ` 3.14.4 ` , ` 3.15.0a8 `
125+ * Python toolchain from [ 20260414] release.
126+
106127[ 20260325 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20260325
107128[ 20260414 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20260414
108129
@@ -232,6 +253,17 @@ Other changes:
232253* (wheel) Add support for ` add_path_prefix ` argument in ` py_wheel ` which can be
233254 used to prepend a prefix to the files in the wheel.
234255
256+ {#v1-9-1}
257+ ## [ 1.9.1] - 2026-05-14
258+
259+ [ 1.9.1 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.9.1
260+
261+ {#v1-9-1-added}
262+ ### Added
263+ * (toolchains) ` 3.13.12 ` , ` 3.14.3 ` Python toolchain from [ 20260325] release.
264+ * (toolchains) ` 3.10.20 ` , ` 3.11.15 ` , ` 3.12.13 ` , ` 3.13.13 ` ` 3.14.4 ` , ` 3.15.0a8 `
265+ * Python toolchain from [ 20260414] release.
266+
235267{#v1-9-0}
236268## [ 1.9.0] - 2026-02-21
237269
0 commit comments