From f4bdcdc486f75b1b298ed9d08feb2496ec5612f3 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Thu, 15 Aug 2024 11:27:49 -0700 Subject: [PATCH] chore: update changelog for 0.35.0 release --- CHANGELOG.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c87e76e5be..e80b96e105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,19 @@ A brief description of the categories of changes: [x.x.x]: https://github.com/bazelbuild/rules_python/releases/tag/x.x.x +### Changed +* Nothing yet + +### Added +* Nothing yet + +### Removed +* Nothing yet + +## [0.35.0] - 2024-08-15 + +[0.35.0]: https://github.com/bazelbuild/rules_python/releases/tag/0.35.0 + ### Changed * (whl_library) A better log message when the wheel is built from an sdist or when the wheel is downloaded using `download_only` feature to aid debugging. @@ -33,6 +46,9 @@ A brief description of the categories of changes: include dependency updates `3.8.19`, `3.9.19`, `3.10.14`, `3.11.9` * (toolchains): Bump default toolchain versions to: * `3.12 -> 3.12.4` +* (rules) `PYTHONSAFEPATH` is inherited from the calling environment to allow + disabling it (Requires {obj}`--bootstrap_impl=script`) + ([#2060](https://github.com/bazelbuild/rules_python/issues/2060)). ### Fixed * (rules) correctly handle absolute URLs in parse_simpleapi_html.bzl. @@ -69,9 +85,6 @@ A brief description of the categories of changes: Fixes [#1818](https://github.com/bazelbuild/rules_python/issues/1818). ### Added -* (rules) `PYTHONSAFEPATH` is inherited from the calling environment to allow - disabling it (Requires {obj}`--bootstrap_impl=script`) - ([#2060](https://github.com/bazelbuild/rules_python/issues/2060)). * (gazelle) Added `python_generation_mode_per_package_require_test_entry_point` in order to better accommodate users who use a custom macro, [`pytest-bazel`][pytest_bazel], [rules_python_pytest] or `rules_py` @@ -85,8 +98,6 @@ A brief description of the categories of changes: [pytest_bazel]: https://pypi.org/project/pytest-bazel [20240726]: https://github.com/indygreg/python-build-standalone/releases/tag/20240726 -### Removed -* Nothing yet ## [0.34.0] - 2024-07-04