Skip to content

Commit 119fa6a

Browse files
authored
doc: changelog cherry-picks for 1.5.2 (#3158)
Fixes #3135 The cherry-picks in the release/1.5 branch already include the fixes to the changelog, so this PR won't need to be cherry-picked itself.
1 parent a36d002 commit 119fa6a

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ END_UNRELEASED_TEMPLATE
5454

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

120113
{#v0-0-0-added}
121114
### Added
@@ -151,6 +144,24 @@ END_UNRELEASED_TEMPLATE
151144
### Removed
152145
* Nothing removed.
153146

147+
{#1-5-2}
148+
## [1.5.2] - 2025-08-11
149+
150+
[1.5.2]: https://github.com/bazel-contrib/rules_python/releases/tag/1.5.2
151+
152+
{#v1-5-2-changed}
153+
### Changed
154+
* (deps) (bzlmod) Upgraded to `bazel-skylib` version
155+
[1.8.1](https://github.com/bazelbuild/bazel-skylib/releases/tag/1.8.1)
156+
to remove deprecation warnings.
157+
158+
{#v1-5-2-fixed}
159+
### Fixed
160+
* (pypi) Correctly pull `sdist` distributions using `pip`
161+
([#3131](https://github.com/bazel-contrib/rules_python/pull/3131)).
162+
* (core) builds work again on `7.x` `WORKSPACE` configurations
163+
([#3119](https://github.com/bazel-contrib/rules_python/issues/3119)).
164+
154165
{#1-5-1}
155166
## [1.5.1] - 2025-07-06
156167

0 commit comments

Comments
 (0)