Skip to content

Commit 8c6f9d8

Browse files
authored
chore: update changelog, version markers, for 2.0 release (bazel-contrib#3689)
This updates the changelog and version markers for the next release, 2.0
1 parent 6295ea0 commit 8c6f9d8

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ BEGIN_UNRELEASED_TEMPLATE
4747
END_UNRELEASED_TEMPLATE
4848
-->
4949

50-
{#v0-0-0}
51-
## Unreleased
50+
{#v2-0-0}
51+
## [2.0.0] - 2026-04-09
5252

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

55-
{#v0-0-0-removed}
55+
{#v2-0-0-removed}
5656
### Removed
5757
* Nothing removed.
5858

59-
{#v0-0-0-changed}
59+
{#v2-0-0-changed}
6060
### Changed
6161

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

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

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

2318-
[0.24.0]: https://github.com/bazel-contrib/rules_python/releases/tag/0.24.0
2318+
[0.24.0]: https://github.com/bazel-contrib/rules_python/releases/tag/0.24.0

python/private/py_executable_info.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ implementation isn't being used.
8383
8484
Runfiles that are specific to the interpreter within the venv.
8585
86-
:::{versionadded} VERSION_NEXT_FEATURE
86+
:::{versionadded} 2.0.0
8787
:::
8888
""",
8989
"venv_interpreter_symlinks": """
@@ -95,7 +95,7 @@ Only used with Windows for files that would have used `declare_symlink()`
9595
to create relative symlinks. These may overlap with paths in runfiles; it's
9696
up to the consumer to determine how to handle such overlaps.
9797
98-
:::{versionadded} VERSION_NEXT_FEATURE
98+
:::{versionadded} 2.0.0
9999
:::
100100
""",
101101
"venv_python_exe": """

python/private/py_runtime_info.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ to meet two criteria:
343343
Files that should be added to the venv's `bin/` (or platform-specific equivalent)
344344
directory (using the file's basename).
345345
346-
:::{versionadded} VERSION_NEXT_FEATURE
346+
:::{versionadded} 2.0.0
347347
""",
348348
"zip_main_template": """
349349
:type: File

python/private/py_wheel.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ filegroup(name = "files", srcs = [":file1.txt", ":file2.txt"])
222222
223223
Allowed paths: {prefixes}
224224
225-
:::{{versionchanged}} VERSION_NEXT_FEATURE
225+
:::{{versionchanged}} 2.0.0
226226
Values can end in slash (`/`) to indicate that all files of the target should
227227
be moved under that directory.
228228
:::

0 commit comments

Comments
 (0)