File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,19 @@ A brief description of the categories of changes:
2424
2525[ x.x.x ] : https://github.com/bazelbuild/rules_python/releases/tag/x.x.x
2626
27+ ### Changed
28+ * Nothing yet
29+
30+ ### Added
31+ * Nothing yet
32+
33+ ### Removed
34+ * Nothing yet
35+
36+ ## [ 0.35.0] - 2024-08-15
37+
38+ [ 0.35.0 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.35.0
39+
2740### Changed
2841* (whl_library) A better log message when the wheel is built from an sdist or
2942 when the wheel is downloaded using ` download_only ` feature to aid debugging.
@@ -33,6 +46,9 @@ A brief description of the categories of changes:
3346 include dependency updates ` 3.8.19 ` , ` 3.9.19 ` , ` 3.10.14 ` , ` 3.11.9 `
3447* (toolchains): Bump default toolchain versions to:
3548 * ` 3.12 -> 3.12.4 `
49+ * (rules) ` PYTHONSAFEPATH ` is inherited from the calling environment to allow
50+ disabling it (Requires {obj}` --bootstrap_impl=script ` )
51+ ([ #2060 ] ( https://github.com/bazelbuild/rules_python/issues/2060 ) ).
3652
3753### Fixed
3854* (rules) ` compile_pip_requirements ` now sets the ` USERPROFILE ` env variable on
@@ -98,8 +114,6 @@ A brief description of the categories of changes:
98114[ pytest_bazel ] : https://pypi.org/project/pytest-bazel
99115[ 20240726 ] : https://github.com/indygreg/python-build-standalone/releases/tag/20240726
100116
101- ### Removed
102- * Nothing yet
103117
104118## [ 0.34.0] - 2024-07-04
105119
You can’t perform that action at this time.
0 commit comments