-
-
Notifications
You must be signed in to change notification settings - Fork 688
docs: split toolchain bumps from #3708 into 2.0.2 and 1.9.1 changelog sections #3777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kevinpark1217
wants to merge
1
commit into
bazel-contrib:main
Choose a base branch
from
kevinpark1217:changelog-2.0.2-1.9.1-sections
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+22
−3
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -94,13 +94,21 @@ END_UNRELEASED_TEMPLATE | |
| Fixes [#3296](https://github.com/bazel-contrib/rules_python/issues/3296). | ||
| * (gazelle) Support alias_kind directive. | ||
| Fixes [#3183](https://github.com/bazel-contrib/rules_python/issues/3183). | ||
| * (toolchains) `3.13.12`, `3.14.3` Python toolchain from [20260325] release. | ||
| * (toolchains) `3.10.20`, `3.11.15`, `3.12.13`, `3.13.13` `3.14.4`, `3.15.0a8` | ||
| * Python toolchain from [20260414] release. | ||
| * (pypi) `package_metadata` support, fixes | ||
| [#2054](https://github.com/bazel-contrib/rules_python/issues/2054). | ||
| * (coverage) Add support for python 3.14 and bump `coverage.py` to 7.10.7. | ||
|
|
||
| {#v2-0-2} | ||
| ## [2.0.2] - 2026-05-14 | ||
|
|
||
| [2.0.2]: https://github.com/bazel-contrib/rules_python/releases/tag/2.0.2 | ||
|
|
||
| {#v2-0-2-added} | ||
| ### Added | ||
| * (toolchains) `3.13.12`, `3.14.3` Python toolchain from [20260325] release. | ||
| * (toolchains) `3.10.20`, `3.11.15`, `3.12.13`, `3.13.13` `3.14.4`, `3.15.0a8` | ||
| * Python toolchain from [20260414] release. | ||
|
|
||
| [20260325]: https://github.com/astral-sh/python-build-standalone/releases/tag/20260325 | ||
| [20260414]: https://github.com/astral-sh/python-build-standalone/releases/tag/20260414 | ||
|
|
||
|
|
@@ -230,6 +238,17 @@ Other changes: | |
| * (wheel) Add support for `add_path_prefix` argument in `py_wheel` which can be | ||
| used to prepend a prefix to the files in the wheel. | ||
|
|
||
| {#v1-9-1} | ||
| ## [1.9.1] - 2026-05-14 | ||
|
|
||
| [1.9.1]: https://github.com/bazel-contrib/rules_python/releases/tag/1.9.1 | ||
|
|
||
| {#v1-9-1-added} | ||
| ### Added | ||
| * (toolchains) `3.13.12`, `3.14.3` Python toolchain from [20260325] release. | ||
| * (toolchains) `3.10.20`, `3.11.15`, `3.12.13`, `3.13.13` `3.14.4`, `3.15.0a8` | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| * Python toolchain from [20260414] release. | ||
|
|
||
| {#v1-9-0} | ||
| ## [1.9.0] - 2026-02-21 | ||
|
|
||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a missing comma between the toolchain versions
3.13.13and3.14.4.Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This bullet is reused verbatim from #3708 (
6dac0f6d). Keeping it identical so #3775 / #3776 / this PR stay in sync. Follow-up welcome.