Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3de2e42

Browse filesBrowse files
authored
chore: Update changelog for 0.30.0 release (bazel-contrib#1752)
* Updates link and header * Adds a missing link to a prior release * Adds a mention of `:current_py_cc_libs` to the features added
1 parent 8f41572 commit 3de2e42
Copy full SHA for 3de2e42

File tree

Expand file treeCollapse file tree

1 file changed

+13
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+13
-1
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ A brief description of the categories of changes:
2121

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

24+
## [0.30.0] - 2024-02-12
25+
26+
[0.30.0]: https://github.com/bazelbuild/rules_python/releases/tag/0.30.0
27+
2428
### Changed
2529

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

83+
* (toolchain) The runtime's shared libraries (libpython.so et al) can be
84+
accessed using `@rules_python//python/cc:current_py_cc_libs`. This uses
85+
toolchain resolution, so the files are from the same runtime used to run a
86+
target. If you were previously using e.g. `@python_3_11//:libpython`, then
87+
switch to `:current_py_cc_libs` for looser coupling to the underlying runtime
88+
repo implementation.
89+
7990
* (repo rules) The environment variable `RULES_PYTHON_REPO_DEBUG=1` can be
8091
set to make repository rules log detailed information about what they're
8192
up to.
8293

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

86-
## 0.29.0 - 2024-01-22
97+
98+
## [0.29.0] - 2024-01-22
8799

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.