@@ -47,6 +47,34 @@ BEGIN_UNRELEASED_TEMPLATE
4747END_UNRELEASED_TEMPLATE
4848-->
4949
50+ {#v0-0-0}
51+ ## Unreleased
52+
53+ [ 0.0.0 ] : https://github.com/bazel-contrib/rules_python/releases/tag/0.0.0
54+
55+ {#v0-0-0-changed}
56+ ### Changed
57+
58+ * (rules) On Windows, {obj}` --bootstrap_impl=system_python ` is forced. This
59+ allows setting ` --bootstrap_impl=script ` in bazelrc for mixed-platform
60+ environments.
61+
62+ {#v0-0-0-fixed}
63+ ### Fixed
64+
65+ * Fixes when using {obj}` --bootstrap_impl=script ` :
66+ * ` compile_pip_requirements ` now works with it
67+ * The ` sys._base_executable ` value will reflect the underlying interpreter,
68+ not venv interpreter.
69+ * The {obj}` //python/runtime_env_toolchains:all ` toolchain now works with it.
70+
71+ {#v0-0-0-added}
72+ ### Added
73+ * Nothing added.
74+
75+ {#v0-0-0-removed}
76+ ### Removed
77+ * Nothing removed.
5078
5179{#1 -4-0}
5280## [ 1.4.0] - 2025-04-19
@@ -83,9 +111,6 @@ END_UNRELEASED_TEMPLATE
83111 [ PR #2746 ] ( https://github.com/bazel-contrib/rules_python/pull/2746 ) .
84112* (rules) {attr}` py_binary.srcs ` and {attr}` py_test.srcs ` is no longer mandatory when
85113 ` main_module ` is specified (for ` --bootstrap_impl=script ` )
86- * (rules) On Windows, {obj}` --bootstrap_impl=system_python ` is forced. This
87- allows setting ` --bootstrap_impl=script ` in bazelrc for mixed-platform
88- environments.
89114
90115
91116[ 20250317 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20250317
@@ -108,11 +133,6 @@ END_UNRELEASED_TEMPLATE
108133* (packaging) An empty ` requires_file ` is treated as if it were omitted, resulting in a valid ` METADATA ` file.
109134* (rules) py_wheel and sphinxdocs rules now propagate ` target_compatible_with ` to all targets they create.
110135 [ PR #2788 ] ( https://github.com/bazel-contrib/rules_python/pull/2788 ) .
111- * Fixes when using {obj}` --bootstrap_impl=script ` :
112- * ` compile_pip_requirements ` now works with it
113- * The ` sys._base_executable ` value will reflect the underlying interpreter,
114- not venv interpreter.
115- * The {obj}` //python/runtime_env_toolchains:all ` toolchain now works with it.
116136
117137{#1 -4-0-added}
118138### Added
0 commit comments