File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Filter options
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:
21
21
22
22
[ 0.XX.0 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.XX.0
23
23
24
+ ## [ 0.30.0] - 2024-02-12
25
+
26
+ [ 0.30.0 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.30.0
27
+
24
28
### Changed
25
29
26
30
* (toolchains) Windows hosts always ignore pyc files in the downloaded runtimes.
@@ -76,14 +80,22 @@ A brief description of the categories of changes:
76
80
if e.g. ` 3.8 ` is selected. That also simplifies ` .bazelrc ` for any users
77
81
that set the default ` python_version ` string flag in that way.
78
82
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
+
79
90
* (repo rules) The environment variable ` RULES_PYTHON_REPO_DEBUG=1 ` can be
80
91
set to make repository rules log detailed information about what they're
81
92
up to.
82
93
83
94
* (coverage) Add support for python 3.12 and bump ` coverage.py ` to
84
95
7.4.1.
85
96
86
- ## 0.29.0 - 2024-01-22
97
+
98
+ ## [ 0.29.0] - 2024-01-22
87
99
88
100
[ 0.29.0 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.29.0
89
101
You can’t perform that action at this time.
0 commit comments