Skip to content

Commit fec87e4

Browse files
docs: move 1.6.3 related changelog (#3284)
This fixes the changelog and manually changes the version updated tag. The changes have been also cherry-picked to the release branch as I saw release fail in the [workflow]. Hence this has become a 1.6.3 instead. [workflow]: https://github.com/bazel-contrib/rules_python/actions/runs/17894155072/job/50878515841 Fixes #3273 --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent cdfa93e commit fec87e4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,20 +106,20 @@ END_UNRELEASED_TEMPLATE
106106
* {obj}`//python:features.bzl%features.headers_abi3` can be used to
107107
feature-detect the presense of the above.
108108

109-
{#v1-6-2}
110-
## [1.6.2] - 2025-09-21
109+
{#v1-6-3}
110+
## [1.6.3] - 2025-09-21
111111

112-
[1.6.2]: https://github.com/bazel-contrib/rules_python/releases/tag/1.6.2
112+
[1.6.3]: https://github.com/bazel-contrib/rules_python/releases/tag/1.6.3
113113

114-
{#v1-6-2-fixed}
114+
{#v1-6-3-fixed}
115115
### Fixed
116116

117117
* (pypi) We now use the Minimal Version Selection (MVS) algorithm to select
118118
the right wheel when there are multiple wheels for the target platform
119119
(e.g. `musllinux_1_1_x86_64` and `musllinux_1_2_x86_64`). If the user
120120
wants to set the minimum version for the selection algorithm, use the
121121
{attr}`pip.defaults.whl_platform_tags` attribute to configure that. If
122-
`musllinux_*_x86_64` is specified, we will chose the lowest available
122+
`musllinux_*_x86_64` is specified, we will choose the lowest available
123123
wheel version. Fixes [#3250](https://github.com/bazel-contrib/rules_python/issues/3250).
124124

125125
{#v1-6-0}

python/private/pypi/extension.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ Common patterns:
518518
:::{seealso}
519519
See official [docs](https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/#platform-tag) for more information.
520520
:::
521-
:::{versionchanged} VERSION_NEXT_FEATURE
521+
:::{versionchanged} 1.6.3
522522
The matching of versioned platforms have been switched to MVS (Minimal Version Selection)
523523
algorithm for easier evaluation logic and fewer surprises. The legacy platform tags are
524524
supported from this version without extra handling from the user.

0 commit comments

Comments
 (0)