Skip to content

Commit 5f51a44

Browse files
authored
chore: Update changelog for 0.31.0 (#1754)
* Create 0.31.0 section * Move pystar note out of 0.30.0 section and into 0.31.0
1 parent 5cd32ad commit 5f51a44

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)