Skip to content

Commit 425dfb0

Browse files
authored
chore: update changelog for 0.35.0 release (#2124)
Updates the changelog to have 0.35.0 headers in prep for release
1 parent e923f9e commit 425dfb0

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

+16-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)