File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,31 @@ A brief description of the categories of changes:
2323<!--
2424BEGIN_UNRELEASED_TEMPLATE
2525
26+ {#v0-0-0}
27+ ## Unreleased
28+
29+ [0.0.0]: https://github.com/bazel-contrib/rules_python/releases/tag/0.0.0
30+
31+ {#v0-0-0-removed}
32+ ### Removed
33+ * Nothing removed.
34+
35+ {#v0-0-0-changed}
36+ ### Changed
37+ * Nothing changed.
38+
39+ {#v0-0-0-fixed}
40+ ### Fixed
41+ * Nothing fixed.
42+
43+ {#v0-0-0-added}
44+ ### Added
45+ * Nothing added.
46+
47+ END_UNRELEASED_TEMPLATE
48+ -->
49+
50+
2651{#v0-0-0}
2752## Unreleased
2853
@@ -46,16 +71,14 @@ BEGIN_UNRELEASED_TEMPLATE
4671 implementation assumes that it is always four levels below the runfiles
4772 directory, leading to incorrect path checks
4873 ([ #3085 ] ( https://github.com/bazel-contrib/rules_python/issues/3085 ) ).
74+ * (toolchains) local toolchains now tell the ` sys.abiflags ` value of the
75+ underlying runtime.
4976
5077{#v0-0-0-added}
5178### Added
5279* (toolchains) ` 3.9.25 ` Python toolchain from [ 20251031] release.
5380
5481[ 20251031 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20251031
55-
56- END_UNRELEASED_TEMPLATE
57- -->
58-
5982{#v1-7-0}
6083## [ 1.7.0] - 2025-10-11
6184
You can’t perform that action at this time.
0 commit comments