@@ -60,13 +60,13 @@ END_UNRELEASED_TEMPLATE
6060* (gazelle) Types for exposed members of ` python.ParserOutput ` are now all public.
6161* (gazelle) Removed the requirement for ` __init__.py ` , ` __main__.py ` , or ` __test__.py ` files to be
6262 present in a directory to generate a ` BUILD.bazel ` file.
63- * (toolchain) Updated the following toolchains to build 20250708 to patch CVE-2025 -47273:
63+ * (toolchain) Updated the following toolchains to build [ 20250808 ] to patch CVE-2025 -47273:
6464 * 3.9.23
6565 * 3.10.18
6666 * 3.11.13
6767 * 3.12.11
68- * 3.14.0b4
69- * (toolchain) Python 3.13 now references 3.13.5
68+ * 3.14.0rc1
69+ * (toolchain) Python 3.13 now references 3.13.6
7070* (gazelle) Switched back to smacker/go-tree-sitter, fixing
7171 [ #2630 ] ( https://github.com/bazel-contrib/rules_python/issues/2630 )
7272* (ci) We are now testing on Ubuntu 22.04 for RBE and non-RBE configurations.
@@ -75,6 +75,8 @@ END_UNRELEASED_TEMPLATE
7575 {gh-path}` gazelle/docs ` and are now available on the primary documentation site
7676 at https://rules-python.readthedocs.io/en/latest/gazelle/docs/index.html
7777
78+ [ 20250808 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20250808
79+
7880{#v0-0-0-fixed}
7981### Fixed
8082* (pypi) Fixes an issue where builds using a ` bazel vendor ` vendor directory
@@ -128,8 +130,8 @@ END_UNRELEASED_TEMPLATE
128130* (toolchain) Add toolchains for aarch64 windows for
129131 * 3.11.13
130132 * 3.12.11
131- * 3.13.5
132- * 3.14.0b4
133+ * 3.13.6
134+ * 3.14.0rc1
133135* (gazelle): New annotation ` gazelle:include_pytest_conftest ` . When not set (the
134136 default) or ` true ` , gazelle will inject any ` conftest.py ` file found in the same
135137 directory as a {obj}` py_test ` target to that {obj}` py_test ` target's ` deps ` .
0 commit comments