File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,6 @@ A brief description of the categories of changes:
30
30
reduce the total number of targets in the hub repo.
31
31
32
32
### Fixed
33
- * (toolchains) The {obj}` exec_tools_toolchain_type ` is disabled by default.
34
- To enable it, set {obj}` --//python/config_settings:exec_tools_toolchain=enabled ` .
35
- This toolchain must be enabled for precompilation to work. This toolchain will
36
- be enabled by default in a future release.
37
- Fixes [ 1967] ( https://github.com/bazelbuild/rules_python/issues/1967 ) .
38
33
* (bzlmod): Targets in ` all_requirements ` now use the same form as targets returned by the ` requirement ` macro.
39
34
* (rules) Auto exec groups are enabled. This allows actions run by the rules,
40
35
such as precompiling, to pick an execution platform separately from what
@@ -45,6 +40,17 @@ A brief description of the categories of changes:
45
40
### Removed
46
41
* Nothing yet
47
42
43
+ ## [ 0.33.2] - 2024-06-13
44
+
45
+ [ 0.33.2 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.33.2
46
+
47
+ ### Fixed
48
+ * (toolchains) The {obj}` exec_tools_toolchain_type ` is disabled by default.
49
+ To enable it, set {obj}` --//python/config_settings:exec_tools_toolchain=enabled ` .
50
+ This toolchain must be enabled for precompilation to work. This toolchain will
51
+ be enabled by default in a future release.
52
+ Fixes [ 1967] ( https://github.com/bazelbuild/rules_python/issues/1967 ) .
53
+
48
54
## [ 0.33.1] - 2024-06-13
49
55
50
56
[ 0.33.1 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.33.1
You can’t perform that action at this time.
0 commit comments