@@ -47,6 +47,34 @@ BEGIN_UNRELEASED_TEMPLATE
47
47
END_UNRELEASED_TEMPLATE
48
48
-->
49
49
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.
50
78
51
79
{#1 -4-0}
52
80
## [ 1.4.0] - 2025-04-19
@@ -83,9 +111,6 @@ END_UNRELEASED_TEMPLATE
83
111
[ PR #2746 ] ( https://github.com/bazel-contrib/rules_python/pull/2746 ) .
84
112
* (rules) {attr}` py_binary.srcs ` and {attr}` py_test.srcs ` is no longer mandatory when
85
113
` 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.
89
114
90
115
91
116
[ 20250317 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20250317
@@ -108,11 +133,6 @@ END_UNRELEASED_TEMPLATE
108
133
* (packaging) An empty ` requires_file ` is treated as if it were omitted, resulting in a valid ` METADATA ` file.
109
134
* (rules) py_wheel and sphinxdocs rules now propagate ` target_compatible_with ` to all targets they create.
110
135
[ 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.
116
136
117
137
{#1 -4-0-added}
118
138
### Added
0 commit comments