File tree Expand file tree Collapse file tree 3 files changed +90
-88
lines changed Expand file tree Collapse file tree 3 files changed +90
-88
lines changed Original file line number Diff line number Diff line change @@ -60,18 +60,20 @@ END_UNRELEASED_TEMPLATE
60
60
* (gazelle) Types for exposed members of ` python.ParserOutput ` are now all public.
61
61
* (gazelle) Removed the requirement for ` __init__.py ` , ` __main__.py ` , or ` __test__.py ` files to be
62
62
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 [ 20250723 ] to patch CVE-2025 -47273:
64
64
* 3.9.23
65
65
* 3.10.18
66
66
* 3.11.13
67
67
* 3.12.11
68
- * 3.14.0b4
68
+ * 3.14.0rc1
69
69
* (toolchain) Python 3.13 now references 3.13.5
70
70
* (gazelle) Switched back to smacker/go-tree-sitter, fixing
71
71
[ #2630 ] ( https://github.com/bazel-contrib/rules_python/issues/2630 )
72
72
* (ci) We are now testing on Ubuntu 22.04 for RBE and non-RBE configurations.
73
73
* (core) #!/usr/bin/env bash is now used as a shebang in the stage1 bootstrap template.
74
74
75
+ [ 20250723 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20250723
76
+
75
77
{#v0-0-0-fixed}
76
78
### Fixed
77
79
* (pypi) Fixes an issue where builds using a ` bazel vendor ` vendor directory
@@ -108,7 +110,7 @@ END_UNRELEASED_TEMPLATE
108
110
* 3.11.13
109
111
* 3.12.11
110
112
* 3.13.5
111
- * 3.14.0b4
113
+ * 3.14.0rc1
112
114
* (gazelle): New annotation ` gazelle:include_pytest_conftest ` . When not set (the
113
115
default) or ` true ` , gazelle will inject any ` conftest.py ` file found in the same
114
116
directory as a {obj}` py_test ` target to that {obj}` py_test ` target's ` deps ` .
You can’t perform that action at this time.
0 commit comments