File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,6 @@ END_UNRELEASED_TEMPLATE
88
88
* (runfiles) The pypi runfiles package now includes ` py.typed ` to indicate it
89
89
supports type checking
90
90
([ #2503 ] ( https://github.com/bazel-contrib/rules_python/issues/2503 ) ).
91
- * (toolchains) ` local_runtime_repo ` now checks if the include directory exists
92
- before attempting to watch it, fixing issues on macOS with system Python
93
- ([ #3043 ] ( https://github.com/bazel-contrib/rules_python/issues/3043 ) ).
94
91
* (pypi) The pipstar ` defaults ` configuration now supports any custom platform
95
92
name.
96
93
* Multi-line python imports (e.g. with escaped newlines) are now correctly processed by Gazelle.
@@ -144,6 +141,16 @@ END_UNRELEASED_TEMPLATE
144
141
### Removed
145
142
* Nothing removed.
146
143
144
+ {#1 -5-3}
145
+ ## [ 1.5.3] - 2025-08-11
146
+
147
+ [ 1.5.3 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.5.3
148
+
149
+ ### Fixed
150
+ * (toolchains) ` local_runtime_repo ` now checks if the include directory exists
151
+ before attempting to watch it, fixing issues on macOS with system Python
152
+ ([ #3043 ] ( https://github.com/bazel-contrib/rules_python/issues/3043 ) ).
153
+
147
154
{#1 -5-2}
148
155
## [ 1.5.2] - 2025-08-11
149
156
You can’t perform that action at this time.
0 commit comments