Skip to content

Commit 2a19374

Browse files
authored
chore: changelog changes for release 0.33.0 (#1950)
1 parent 134e64d commit 2a19374

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@ A brief description of the categories of changes:
2424

2525
[x.x.x]: https://github.com/bazelbuild/rules_python/releases/tag/x.x.x
2626

27+
### Changed
28+
* Nothing yet
29+
30+
### Fixed
31+
* Nothing yet
32+
33+
### Removed
34+
* Nothing yet
35+
36+
## [0.33.0] - 2024-06-12
37+
38+
[0.33.0]: https://github.com/bazelbuild/rules_python/releases/tag/0.33.0
39+
2740
### Changed
2841
* (deps) Upgrade the `pip_install` dependencies to pick up a new version of pip.
2942
* (toolchains) Optional toolchain dependency: `py_binary`, `py_test`, and
@@ -132,12 +145,11 @@ A brief description of the categories of changes:
132145
no wheels that are supported for the target platform, `rules_python` will
133146
fallback onto building the `sdist` from source. This behaviour can be
134147
disabled if desired using one of the available string flags as well.
135-
136-
[precompile-docs]: /precompiling
137-
138148
* (whl_filegroup) Added a new `whl_filegroup` rule to extract files from a wheel file.
139149
This is useful to extract headers for use in a `cc_library`.
140150

151+
[precompile-docs]: /precompiling
152+
141153
## [0.32.2] - 2024-05-14
142154

143155
[0.32.2]: https://github.com/bazelbuild/rules_python/releases/tag/0.32.2

0 commit comments

Comments
 (0)