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
8888* (runfiles) The pypi runfiles package now includes ` py.typed ` to indicate it
8989 supports type checking
9090 ([ #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 ) ).
9491* (pypi) The pipstar ` defaults ` configuration now supports any custom platform
9592 name.
9693* Multi-line python imports (e.g. with escaped newlines) are now correctly processed by Gazelle.
@@ -144,6 +141,16 @@ END_UNRELEASED_TEMPLATE
144141### Removed
145142* Nothing removed.
146143
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+
147154{#1 -5-2}
148155## [ 1.5.2] - 2025-08-11
149156
You can’t perform that action at this time.
0 commit comments