File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments