Skip to content

Commit 33da6af

Browse files
authored
docs: move changelog note to 1.5.3 section (#3163)
Move the changelog note for the fix to #3043 into the 1.5.3 section, since that's the version it will be released with.
1 parent 9382ed2 commit 33da6af

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)