File tree 1 file changed +49
-3
lines changed
1 file changed +49
-3
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,59 @@ A brief description of the categories of changes:
20
20
* Particular sub-systems are identified using parentheses, e.g. ` (bzlmod) ` or
21
21
` (docs) ` .
22
22
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
+
23
48
{#v0-0-0}
24
49
## Unreleased
25
50
26
51
[ 0.0.0 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.0.0
27
52
28
53
{#v0-0-0-changed}
29
54
### 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
+ * Nothing yet.
68
+
69
+ {#v0-39-0}
70
+ ## [ 0.39.0] - 2024-11-13
71
+
72
+ [ 0.39.0 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.39.0
73
+
74
+ {#v0-39-0-changed}
75
+ ### Changed
30
76
* (deps) bazel_skylib 1.6.1 -> 1.7.1
31
77
* (deps) rules_cc 0.0.9 -> 0.0.14
32
78
* (deps) protobuf 24.4 -> 29.0-rc2
@@ -47,13 +93,13 @@ A brief description of the categories of changes:
47
93
48
94
[ 20241016 ] : https://github.com/indygreg/python-build-standalone/releases/tag/20241016
49
95
50
- {#v0-0 -0-fixed}
96
+ {#v0-39 -0-fixed}
51
97
### Fixed
52
98
* (precompiling) Skip precompiling (instead of erroring) if the legacy
53
99
` @bazel_tools//tools/python:autodetecting_toolchain ` is being used
54
100
([ #2364 ] ( https://github.com/bazelbuild/rules_python/issues/2364 ) ).
55
101
56
- {#v0-0 -0-added}
102
+ {#v0-39 -0-added}
57
103
### Added
58
104
* Bazel 8 is now supported.
59
105
* (toolchain) Support for freethreaded Python toolchains is now available. Use
@@ -62,7 +108,7 @@ A brief description of the categories of changes:
62
108
* (toolchain) {obj}` py_runtime.abi_flags ` attribute and
63
109
{obj}` PyRuntimeInfo.abi_flags ` field added.
64
110
65
- {#v0-0 -0-removed}
111
+ {#v0-39 -0-removed}
66
112
### Removed
67
113
* Support for Bazel 6 using bzlmod has been dropped.
68
114
You can’t perform that action at this time.
0 commit comments