Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 18 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ END_UNRELEASED_TEMPLATE

{#v0-0-0-changed}
### Changed
* (deps) (bzlmod) Upgraded to `bazel-skylib` version
[1.8.1](https://github.com/bazelbuild/bazel-skylib/releases/tag/1.8.1)
to remove deprecation warnings.
* (gazelle) For package mode, resolve dependencies when imports are relative
to the package path. This is enabled via the
`# gazelle:python_experimental_allow_relative_imports` true directive ({gh-issue}`2203`).
Expand Down Expand Up @@ -112,10 +109,6 @@ END_UNRELEASED_TEMPLATE
* (toolchains) use "command -v" to find interpreter in `$PATH`
([#3150](https://github.com/bazel-contrib/rules_python/pull/3150)).
* (pypi) `bazel vendor` now works in `bzlmod` ({gh-issue}`3079`).
* (pypi) Correctly pull `sdist` distributions using `pip`
([#3131](https://github.com/bazel-contrib/rules_python/pull/3131)).
* (core) builds work again on `7.x` `WORKSPACE` configurations
([#3119](https://github.com/bazel-contrib/rules_python/issues/3119)).

{#v0-0-0-added}
### Added
Expand Down Expand Up @@ -151,6 +144,24 @@ END_UNRELEASED_TEMPLATE
### Removed
* Nothing removed.

{#1-5-2}
## [1.5.2] - 2025-08-11

[1.5.2]: https://github.com/bazel-contrib/rules_python/releases/tag/1.5.2

{#v1-5-2-changed}
### Changed
* (deps) (bzlmod) Upgraded to `bazel-skylib` version
[1.8.1](https://github.com/bazelbuild/bazel-skylib/releases/tag/1.8.1)
to remove deprecation warnings.

{#v1-5-2-fixed}
### Fixed
* (pypi) Correctly pull `sdist` distributions using `pip`
([#3131](https://github.com/bazel-contrib/rules_python/pull/3131)).
* (core) builds work again on `7.x` `WORKSPACE` configurations
([#3119](https://github.com/bazel-contrib/rules_python/issues/3119)).

{#1-5-1}
## [1.5.1] - 2025-07-06

Expand Down