@@ -54,9 +54,6 @@ END_UNRELEASED_TEMPLATE
54
54
55
55
{#v0-0-0-changed}
56
56
### 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.
60
57
* (gazelle) For package mode, resolve dependencies when imports are relative
61
58
to the package path. This is enabled via the
62
59
` # gazelle:python_experimental_allow_relative_imports ` true directive ({gh-issue}` 2203 ` ).
@@ -112,10 +109,6 @@ END_UNRELEASED_TEMPLATE
112
109
* (toolchains) use "command -v" to find interpreter in ` $PATH `
113
110
([ #3150 ] ( https://github.com/bazel-contrib/rules_python/pull/3150 ) ).
114
111
* (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 ) ).
119
112
120
113
{#v0-0-0-added}
121
114
### Added
@@ -151,6 +144,24 @@ END_UNRELEASED_TEMPLATE
151
144
### Removed
152
145
* Nothing removed.
153
146
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
+
154
165
{#1 -5-1}
155
166
## [ 1.5.1] - 2025-07-06
156
167
0 commit comments