@@ -47,19 +47,19 @@ BEGIN_UNRELEASED_TEMPLATE
4747END_UNRELEASED_TEMPLATE
4848-->
4949
50- {#v0-0 -0}
51- ## Unreleased
50+ {#v2-1 -0}
51+ ## [ 2.1.0 ] - 2026-06-17
5252
53- [ 0.0 .0] : https://github.com/bazel-contrib/rules_python/releases/tag/0.0 .0
53+ [ 2.1 .0] : https://github.com/bazel-contrib/rules_python/releases/tag/2.1 .0
5454
55- {#v0-0 -0-removed}
55+ {#v2-1 -0-removed}
5656### Removed
5757* (build_data) Removed CONFIG_MODE from build data
5858 ([ #3793 ] ( https://github.com/bazel-contrib/rules_python/issues/3793 ) ).
5959* (coverage) Support for python 3.8 has been dropped from the bundled
6060 ` coverage.py ` wheel set, since coverage.py 7.6.2 dropped it.
6161
62- {#v0-0 -0-changed}
62+ {#v2-1 -0-changed}
6363### Changed
6464* (bzlmod) How default runtimes are registered has changed to use a manifest
6565 of SHAs and URLs. ` TOOL_VERSIONS ` in ` python/versions.bzl ` is now empty under
@@ -75,7 +75,7 @@ END_UNRELEASED_TEMPLATE
7575 platform, a warning is now printed instead of silently producing an empty
7676 coverage report.
7777
78- {#v0-0 -0-fixed}
78+ {#v2-1 -0-fixed}
7979### Fixed
8080* (gazelle) ` py_library ` and ` py_test ` targets with missing source files can now be
8181 removed by Gazelle ([ #3375 ] ( https://github.com/bazel-contrib/rules_python/issues/3375 ) ).
@@ -117,7 +117,7 @@ END_UNRELEASED_TEMPLATE
117117* (coverage) handle nested coverage collection
118118 ([ #3823 ] ( https://github.com/bazel-contrib/rules_python/pull/3823 ) )
119119
120- {#v0-0 -0-added}
120+ {#v2-1 -0-added}
121121### Added
122122* (toolchain) Added {obj}` PyRuntimeInfo.interpreter_files_to_run ` so action
123123 consumers can execute an in-build runtime interpreter with its runfiles.
@@ -2475,4 +2475,4 @@ Breaking changes:
24752475* (pip) Create all_data_requirements alias
24762476* Expose Python C headers through the toolchain.
24772477
2478- [ 0.24.0 ] : https://github.com/bazel-contrib/rules_python/releases/tag/0.24.0
2478+ [ 0.24.0 ] : https://github.com/bazel-contrib/rules_python/releases/tag/0.24.0
0 commit comments