@@ -20,13 +20,60 @@ A brief description of the categories of changes:
2020* Particular sub-systems are identified using parentheses, e.g. ` (bzlmod) ` or
2121 ` (docs) ` .
2222
23+ <!--
24+ Unreleased changes template.
25+
26+ {#v0-0-0}
27+ ## Unreleased
28+
29+ [0.0.0]: https://github.com/bazelbuild/rules_python/releases/tag/0.0.0
30+
31+ {#v0-0-0-changed}
32+ ### Changed
33+ * Nothing yet.
34+
35+ {#v0-0-0-fixed}
36+ ### Fixed
37+ * Nothing yet.
38+
39+ {#v0-0-0-added}
40+ ### Added
41+ * Nothing yet.
42+
43+ {#v0-0-0-removed}
44+ ### Removed
45+ * Nothing yet.
46+ -->
47+
2348{#v0-0-0}
2449## Unreleased
2550
2651[ 0.0.0 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.0.0
2752
2853{#v0-0-0-changed}
2954### Changed
55+ * Nothing yet.
56+
57+ {#v0-0-0-fixed}
58+ ### Fixed
59+ * Nothing yet.
60+
61+ {#v0-0-0-added}
62+ ### Added
63+ * Nothing yet.
64+
65+ {#v0-0-0-removed}
66+ ### Removed
67+ * (publish) Remove deprecated ` requirements.txt ` for the ` twine ` dependencies.
68+ Please use ` requirements_linux.txt ` instead.
69+
70+ {#v0-39-0}
71+ ## [ 0.39.0] - 2024-11-13
72+
73+ [ 0.39.0 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.39.0
74+
75+ {#v0-39-0-changed}
76+ ### Changed
3077* (deps) bazel_skylib 1.6.1 -> 1.7.1
3178* (deps) rules_cc 0.0.9 -> 0.0.14
3279* (deps) protobuf 24.4 -> 29.0-rc2
@@ -47,11 +94,13 @@ A brief description of the categories of changes:
4794
4895[ 20241016 ] : https://github.com/indygreg/python-build-standalone/releases/tag/20241016
4996
50- {#v0-0 -0-fixed}
97+ {#v0-39 -0-fixed}
5198### Fixed
52- * Nothing yet
99+ * (precompiling) Skip precompiling (instead of erroring) if the legacy
100+ ` @bazel_tools//tools/python:autodetecting_toolchain ` is being used
101+ ([ #2364 ] ( https://github.com/bazelbuild/rules_python/issues/2364 ) ).
53102
54- {#v0-0 -0-added}
103+ {#v0-39 -0-added}
55104### Added
56105* Bazel 8 is now supported.
57106* (toolchain) Support for freethreaded Python toolchains is now available. Use
@@ -60,7 +109,7 @@ A brief description of the categories of changes:
60109* (toolchain) {obj}` py_runtime.abi_flags ` attribute and
61110 {obj}` PyRuntimeInfo.abi_flags ` field added.
62111
63- {#v0-0 -0-removed}
112+ {#v0-39 -0-removed}
64113### Removed
65114* Support for Bazel 6 using bzlmod has been dropped.
66115
0 commit comments