File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ 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
24
+ ## [ 0.31 .0] - 2024-02-12
25
25
26
- [ 0.30 .0 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.30 .0
26
+ [ 0.31 .0 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.31 .0
27
27
28
28
### Changed
29
29
@@ -33,6 +33,12 @@ A brief description of the categories of changes:
33
33
under Bazel 7, the builtin global symbol ` PyInfo ` is ** not** the same as what
34
34
is loaded from rules_python. The same is true of ` PyRuntimeInfo ` .
35
35
36
+ ## [ 0.30.0] - 2024-02-12
37
+
38
+ [ 0.30.0 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.30.0
39
+
40
+ ### Changed
41
+
36
42
* (toolchains) Windows hosts always ignore pyc files in the downloaded runtimes.
37
43
This fixes issues due to pyc files being created at runtime and affecting the
38
44
definition of what files were considered part of the runtime.
You can’t perform that action at this time.
0 commit comments