From 899d0a62f5010fae8b50d9b9a1f2a1bb3841c92a Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Wed, 27 Aug 2025 22:12:17 -0700 Subject: [PATCH] docs: Add 1.5.4 release notes to changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f9cdf9481..a9d50008ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -191,6 +191,17 @@ END_UNRELEASED_TEMPLATE ### Removed * Nothing removed. +{#v1-5-4} +## [1.5.4] - 2025-08-27 + +[1.5.4]: https://github.com/bazel-contrib/rules_python/releases/tag/1.5.4 + +{#v1-5-4-fixed} +### Fixed +* (toolchains) `local_runtime_repo` now checks if the include directory exists + before attempting to watch it, fixing issues on macOS with system Python + ([#3043](https://github.com/bazel-contrib/rules_python/issues/3043)). + {#v1-5-3} ## [1.5.3] - 2025-08-11