Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ BEGIN_UNRELEASED_TEMPLATE
END_UNRELEASED_TEMPLATE
-->

{#v0-0-0}
## Unreleased
{#v2-0-0}
## [2.0.0] - 2026-04-09

[0.0.0]: https://github.com/bazel-contrib/rules_python/releases/tag/0.0.0
[2.0.0]: https://github.com/bazel-contrib/rules_python/releases/tag/2.0.0

{#v0-0-0-removed}
{#v2-0-0-removed}
### Removed
* Nothing removed.

{#v0-0-0-changed}
{#v2-0-0-changed}
### Changed

**Breaking**
Expand Down Expand Up @@ -91,7 +91,7 @@ Other changes:
* Windows no longer defaults to creating a zip file and extracting it; a
symlink-based runfiles tree is created, as on unix-like platforms.

{#v0-0-0-fixed}
{#v2-0-0-fixed}
### Fixed
* (toolchain) Also set Make variables for local toolchains.
* (zipapp) Resolve issue passing through compression settings in
Expand Down Expand Up @@ -123,7 +123,7 @@ Other changes:
```
Fixes [#3676](https://github.com/bazel-contrib/rules_python/issues/3676).

{#v0-0-0-added}
{#v2-0-0-added}
### Added
* (pypi) Write SimpleAPI contents to the `MODULE.bazel.lock` file if using
{obj}`experimental_index_url` which should speed up consecutive
Expand Down Expand Up @@ -2313,4 +2313,4 @@ Breaking changes:
* (pip) Create all_data_requirements alias
* Expose Python C headers through the toolchain.

[0.24.0]: https://github.com/bazel-contrib/rules_python/releases/tag/0.24.0
[0.24.0]: https://github.com/bazel-contrib/rules_python/releases/tag/0.24.0
4 changes: 2 additions & 2 deletions python/private/py_executable_info.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ implementation isn't being used.
Runfiles that are specific to the interpreter within the venv.
:::{versionadded} VERSION_NEXT_FEATURE
:::{versionadded} 2.0.0
:::
""",
"venv_interpreter_symlinks": """
Expand All @@ -95,7 +95,7 @@ Only used with Windows for files that would have used `declare_symlink()`
to create relative symlinks. These may overlap with paths in runfiles; it's
up to the consumer to determine how to handle such overlaps.
:::{versionadded} VERSION_NEXT_FEATURE
:::{versionadded} 2.0.0
:::
""",
"venv_python_exe": """
Expand Down
2 changes: 1 addition & 1 deletion python/private/py_runtime_info.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ to meet two criteria:
Files that should be added to the venv's `bin/` (or platform-specific equivalent)
directory (using the file's basename).
:::{versionadded} VERSION_NEXT_FEATURE
:::{versionadded} 2.0.0
""",
"zip_main_template": """
:type: File
Expand Down
2 changes: 1 addition & 1 deletion python/private/py_wheel.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ filegroup(name = "files", srcs = [":file1.txt", ":file2.txt"])

Allowed paths: {prefixes}

:::{{versionchanged}} VERSION_NEXT_FEATURE
:::{{versionchanged}} 2.0.0
Values can end in slash (`/`) to indicate that all files of the target should
be moved under that directory.
:::
Expand Down