File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
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:
2121
2222[ 0.XX.0 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.XX.0
2323
24- ## [ 0.30 .0] - 2024-02-12
24+ ## [ 0.31 .0] - 2024-02-12
2525
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
2727
2828### Changed
2929
@@ -33,6 +33,12 @@ A brief description of the categories of changes:
3333 under Bazel 7, the builtin global symbol ` PyInfo ` is ** not** the same as what
3434 is loaded from rules_python. The same is true of ` PyRuntimeInfo ` .
3535
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+
3642* (toolchains) Windows hosts always ignore pyc files in the downloaded runtimes.
3743 This fixes issues due to pyc files being created at runtime and affecting the
3844 definition of what files were considered part of the runtime.
You can’t perform that action at this time.
0 commit comments