Skip to content

Commit

Permalink
chore: Update changelog for 0.30.0 release (#1752)
Browse files Browse the repository at this point in the history
* Updates link and header
* Adds a missing link to a prior release
* Adds a mention of `:current_py_cc_libs` to the features added
  • Loading branch information
rickeylev committed Feb 12, 2024
1 parent 8f41572 commit 3de2e42
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ A brief description of the categories of changes:

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

## [0.30.0] - 2024-02-12

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

### Changed

* (toolchains) Windows hosts always ignore pyc files in the downloaded runtimes.
Expand Down Expand Up @@ -76,14 +80,22 @@ A brief description of the categories of changes:
if e.g. `3.8` is selected. That also simplifies `.bazelrc` for any users
that set the default `python_version` string flag in that way.

* (toolchain) The runtime's shared libraries (libpython.so et al) can be
accessed using `@rules_python//python/cc:current_py_cc_libs`. This uses
toolchain resolution, so the files are from the same runtime used to run a
target. If you were previously using e.g. `@python_3_11//:libpython`, then
switch to `:current_py_cc_libs` for looser coupling to the underlying runtime
repo implementation.

* (repo rules) The environment variable `RULES_PYTHON_REPO_DEBUG=1` can be
set to make repository rules log detailed information about what they're
up to.

* (coverage) Add support for python 3.12 and bump `coverage.py` to
7.4.1.

## 0.29.0 - 2024-01-22

## [0.29.0] - 2024-01-22

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

Expand Down

0 comments on commit 3de2e42

Please sign in to comment.