diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fa832e8fc..f431cd995e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,11 +106,6 @@ END_UNRELEASED_TEMPLATE * Fix the forwarding of `target_compatible_with` from `compile_pip_requirements` towards the underlying `*.update` target. ([#3787](https://github.com/bazel-contrib/rules_python/pull/3787)) -* (pypi) Assume that all of the packages are available on a particular hub if - there is only a single PyPI compatible index to be used. This saves us an expensive - PyPI download and supports PyPI mirror implementations that do not support the root - index functionality. Fixes - ([#3769](https://github.com/bazel-contrib/rules_python/pull/3769)). * (uv) allow user overwrite the build environment using `--action_env` to allow setting authentication for the index URL. ([#3405](https://github.com/bazel-contrib/rules_python/issues/3405)) @@ -139,6 +134,18 @@ END_UNRELEASED_TEMPLATE [#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-3} +## [2.0.3] - 2026-06-15 + +[2.0.3]: https://github.com/bazel-contrib/rules_python/releases/tag/2.0.3 + +{#v2-0-3-fixed} +### Fixed +* (pypi) Assume that all of the packages are available on a particular hub if + there is only a single PyPI compatible index to be used. This saves us an expensive + PyPI download and supports PyPI mirror implementations that do not support the root + index functionality. Fixes [#3769](https://github.com/bazel-contrib/rules_python/pull/3769). + {#v2-0-2} ## [2.0.2] - 2026-05-14