@@ -80,6 +80,10 @@ END_UNRELEASED_TEMPLATE
8080* (pypi) Fix ` importlib.metadata.files ` by ensuring ` RECORD ` is included in
8181 installed wheel targets, except when built from sdist
8282 ([ #3024 ] ( https://github.com/bazel-contrib/rules_python/issues/3024 ) ).
83+ * (windows) Fix ` py_test ` /` py_binary ` failure when the target name contains
84+ path separators; the bootstrap stub is now declared as a sibling of the
85+ ` .exe ` launcher
86+ ([ #3789 ] ( https://github.com/bazel-contrib/rules_python/issues/3789 ) ).
8387
8488
8589{#v0-0-0-added}
@@ -94,13 +98,21 @@ END_UNRELEASED_TEMPLATE
9498 Fixes [ #3296 ] ( https://github.com/bazel-contrib/rules_python/issues/3296 ) .
9599* (gazelle) Support alias_kind directive.
96100 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.
100101* (pypi) ` package_metadata ` support, fixes
101102 [ #2054 ] ( https://github.com/bazel-contrib/rules_python/issues/2054 ) .
102103* (coverage) Add support for python 3.14 and bump ` coverage.py ` to 7.10.7.
103104
105+ {#v2-0-2}
106+ ## [ 2.0.2] - 2026-05-14
107+
108+ [ 2.0.2 ] : https://github.com/bazel-contrib/rules_python/releases/tag/2.0.2
109+
110+ {#v2-0-2-added}
111+ ### Added
112+ * (toolchains) ` 3.13.12 ` , ` 3.14.3 ` Python toolchain from [ 20260325] release.
113+ * (toolchains) ` 3.10.20 ` , ` 3.11.15 ` , ` 3.12.13 ` , ` 3.13.13 ` ` 3.14.4 ` , ` 3.15.0a8 `
114+ * Python toolchain from [ 20260414] release.
115+
104116[ 20260325 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20260325
105117[ 20260414 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20260414
106118
@@ -230,6 +242,17 @@ Other changes:
230242* (wheel) Add support for ` add_path_prefix ` argument in ` py_wheel ` which can be
231243 used to prepend a prefix to the files in the wheel.
232244
245+ {#v1-9-1}
246+ ## [ 1.9.1] - 2026-05-14
247+
248+ [ 1.9.1 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.9.1
249+
250+ {#v1-9-1-added}
251+ ### Added
252+ * (toolchains) ` 3.13.12 ` , ` 3.14.3 ` Python toolchain from [ 20260325] release.
253+ * (toolchains) ` 3.10.20 ` , ` 3.11.15 ` , ` 3.12.13 ` , ` 3.13.13 ` ` 3.14.4 ` , ` 3.15.0a8 `
254+ * Python toolchain from [ 20260414] release.
255+
233256{#v1-9-0}
234257## [ 1.9.0] - 2026-02-21
235258
0 commit comments