@@ -47,16 +47,16 @@ BEGIN_UNRELEASED_TEMPLATE
4747END_UNRELEASED_TEMPLATE
4848-->
4949
50- {#v0-0 -0}
51- ## Unreleased
50+ {#v1-9 -0}
51+ ## [ 1.9.0 ] - 2026-02-21
5252
53- [ 0.0 .0] : https://github.com/bazel-contrib/rules_python/releases/tag/0.0 .0
53+ [ 1.9 .0] : https://github.com/bazel-contrib/rules_python/releases/tag/1.9 .0
5454
55- {#v0-0 -0-removed}
55+ {#v1-9 -0-removed}
5656### Removed
5757* Nothing removed.
5858
59- {#v0-0 -0-changed}
59+ {#v1-9 -0-changed}
6060### Changed
6161* ** DEPRECATED: implicit zipapp support**
6262 * Implicit zipapp output of ` py_binary ` /` py_test ` has been deprecated and
@@ -81,15 +81,15 @@ END_UNRELEASED_TEMPLATE
8181 ` config_settings ` attribute. NOTE: ` enable_runfiles=true ` will
8282 soon become ** required for Windows** .
8383
84- {#v0-0 -0-fixed}
84+ {#v1-9 -0-fixed}
8585### Fixed
8686* (runfiles) Fixed ` CurrentRepository() ` raising ` ValueError ` on Windows.
8787 ([ #3579 ] ( https://github.com/bazel-contrib/rules_python/issues/3579 ) )
8888* (tests) No more coverage warnings are being printed if there are no sources.
8989 ([ #2762 ] ( https://github.com/bazel-contrib/rules_python/issues/2762 ) )
9090* (gazelle) Ancestor ` conftest.py ` files are added in addition to sibling ` conftest.py ` .
9191 ([ #3497 ] ( https://github.com/bazel-contrib/rules_python/issues/3497 ) ) Note
92- that this behavior can be reverted to the pre-VERSION_NEXT_FEATURE behavior by setting the new
92+ that this behavior can be reverted to the pre-1.9.0 behavior by setting the new
9393 ` python_include_ancestor_conftest ` directive to ` false ` .
9494* (pypi) ` pip_parse ` no longer silently drops PEP 508 URL-based requirements
9595 (` pkg @ https://... ` ) when ` extract_url_srcs=False ` (the default for
@@ -100,7 +100,7 @@ END_UNRELEASED_TEMPLATE
100100 ([ #3587 ] ( https://github.com/bazel-contrib/rules_python/issues/3587 ) )
101101* (binaries/tests) Stamped build data generated by Windows actions is readable
102102
103- {#v0-0 -0-added}
103+ {#v1-9 -0-added}
104104### Added
105105* (binaries/tests) {obj}` --debugger ` : allows specifying an extra dependency
106106 to add to binaries/tests for custom debuggers.
@@ -127,7 +127,7 @@ END_UNRELEASED_TEMPLATE
127127* (gazelle) A new directive ` python_include_ancestor_conftest ` has been added.
128128 When ` false ` , ancestor ` conftest ` targets are not automatically added to
129129 {bzl: obj }` py_test ` target dependencies. This ` false ` behavior is how things
130- were in ` rules_python ` before VERSION_NEXT_FEATURE . The default is ` true ` , as the prior behavior
130+ were in ` rules_python ` before 1.9.0 . The default is ` true ` , as the prior behavior
131131 was technically incorrect.
132132 ([ #3596 ] ( https://github.com/bazel-contrib/rules_python/pull/3596 ) )
133133
@@ -2203,4 +2203,4 @@ Breaking changes:
22032203* (pip) Create all_data_requirements alias
22042204* Expose Python C headers through the toolchain.
22052205
2206- [ 0.24.0 ] : https://github.com/bazel-contrib/rules_python/releases/tag/0.24.0
2206+ [ 0.24.0 ] : https://github.com/bazel-contrib/rules_python/releases/tag/0.24.0
0 commit comments