Skip to content

Commit a124c84

Browse files
aignasrickeylev
andauthored
doc: Changelog updates for 0.33.2 (bazel-contrib#1995)
This is to include the changelog in the auto-generated docs. --------- Co-authored-by: Richard Levasseur <[email protected]>
1 parent 0533e75 commit a124c84

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ A brief description of the categories of changes:
3030
reduce the total number of targets in the hub repo.
3131

3232
### 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).
3833
* (bzlmod): Targets in `all_requirements` now use the same form as targets returned by the `requirement` macro.
3934
* (rules) Auto exec groups are enabled. This allows actions run by the rules,
4035
such as precompiling, to pick an execution platform separately from what
@@ -45,6 +40,17 @@ A brief description of the categories of changes:
4540
### Removed
4641
* Nothing yet
4742

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+
4854
## [0.33.1] - 2024-06-13
4955

5056
[0.33.1]: https://github.com/bazelbuild/rules_python/releases/tag/0.33.1

0 commit comments

Comments
 (0)