Skip to content

Commit

Permalink
chore: changelog changes for release 0.33.0 (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas committed Jun 12, 2024
1 parent 134e64d commit 2a19374
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ A brief description of the categories of changes:

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

### Changed
* Nothing yet

### Fixed
* Nothing yet

### Removed
* Nothing yet

## [0.33.0] - 2024-06-12

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

### Changed
* (deps) Upgrade the `pip_install` dependencies to pick up a new version of pip.
* (toolchains) Optional toolchain dependency: `py_binary`, `py_test`, and
Expand Down Expand Up @@ -132,12 +145,11 @@ A brief description of the categories of changes:
no wheels that are supported for the target platform, `rules_python` will
fallback onto building the `sdist` from source. This behaviour can be
disabled if desired using one of the available string flags as well.

[precompile-docs]: /precompiling

* (whl_filegroup) Added a new `whl_filegroup` rule to extract files from a wheel file.
This is useful to extract headers for use in a `cc_library`.

[precompile-docs]: /precompiling

## [0.32.2] - 2024-05-14

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

0 comments on commit 2a19374

Please sign in to comment.