From ce4f75bc014c68757c3e9faa690f7048b8cce713 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Mon, 12 Feb 2024 20:33:42 -0800 Subject: [PATCH] chore: Update changelog for 0.31.0 * Create 0.31.0 section * Move pystar note out of 0.30.0 section and into 0.31.0 --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 234e2e2d39..ed8c27445c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,9 +21,9 @@ A brief description of the categories of changes: [0.XX.0]: https://github.com/bazelbuild/rules_python/releases/tag/0.XX.0 -## [0.30.0] - 2024-02-12 +## [0.31.0] - 2024-02-12 -[0.30.0]: https://github.com/bazelbuild/rules_python/releases/tag/0.30.0 +[0.31.0]: https://github.com/bazelbuild/rules_python/releases/tag/0.31.0 ### Changed @@ -33,6 +33,12 @@ A brief description of the categories of changes: under Bazel 7, the builtin global symbol `PyInfo` is **not** the same as what is loaded from rules_python. The same is true of `PyRuntimeInfo`. +## [0.30.0] - 2024-02-12 + +[0.30.0]: https://github.com/bazelbuild/rules_python/releases/tag/0.30.0 + +### Changed + * (toolchains) Windows hosts always ignore pyc files in the downloaded runtimes. This fixes issues due to pyc files being created at runtime and affecting the definition of what files were considered part of the runtime.