Skip to content

Commit 24146a4

Browse files
authored
docs: update for 1.6 release (#3205)
Doc updates for 1.6 release Work towards #3188
1 parent fe45faa commit 24146a4

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

CHANGELOG.md

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

50-
{#v0-0-0}
51-
## Unreleased
50+
{#1-6-0}
51+
## [1.6.0] - 2025-08-23
5252

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

55-
{#v0-0-0-changed}
55+
{#1-6-0-changed}
5656
### Changed
5757
* (gazelle) update minimum gazelle version to 0.36.0 - may cause BUILD file changes
5858
* (gazelle) update minimum rules_go version to 0.55.1
@@ -84,7 +84,7 @@ END_UNRELEASED_TEMPLATE
8484

8585
[20250808]: https://github.com/astral-sh/python-build-standalone/releases/tag/20250808
8686

87-
{#v0-0-0-fixed}
87+
{#1-6-0-fixed}
8888
### Fixed
8989
* (toolchains) `local_runtime_repo` now respects changes to the `DEVELOPER_DIR` and `XCODE_VERSION`
9090
repo env vars, fixing stale cache issues on macOS with system (i.e. Xcode-supplied) Python
@@ -131,7 +131,7 @@ END_UNRELEASED_TEMPLATE
131131
([#2797](https://github.com/bazel-contrib/rules_python/issues/2797)).
132132
* (py_wheel) Add directories in deterministic order.
133133

134-
{#v0-0-0-added}
134+
{#1-6-0-added}
135135
### Added
136136
* (repl) Default stub now has tab completion, where `readline` support is available,
137137
see ([#3114](https://github.com/bazel-contrib/rules_python/pull/3114)).
@@ -162,7 +162,7 @@ END_UNRELEASED_TEMPLATE
162162
* (gazelle) New directive `gazelle:python_proto_naming_convention`; controls
163163
naming of `py_proto_library` rules.
164164

165-
{#v0-0-0-removed}
165+
{#1-6-0-removed}
166166
### Removed
167167
* Nothing removed.
168168

docs/pypi/use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Note that the hub repo contains the following targets for each package:
4545
* `@pypi//numpy:whl` - the {obj}`filegroup` that is the `.whl` file itself, which includes all
4646
transitive dependencies via the {attr}`filegroup.data` attribute.
4747

48-
:::{versionadded} VERSION_NEXT_FEATURE
48+
:::{versionadded} 1.6.0
4949

5050
The `:extracted_whl_files` target was added
5151
:::

gazelle/docs/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ deps = [
118118

119119
## `include_pytest_conftest`
120120

121-
:::{versionadded} VERSION_NEXT_FEATURE
121+
:::{versionadded} 1.6.0
122122
{gh-pr}`3080`
123123
:::
124124

python/private/pypi/extension.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ terms used in this extension.
13141314
[environment_markers]: https://packaging.python.org/en/latest/specifications/dependency-specifiers/#environment-markers
13151315
:::
13161316
1317-
:::{versionadded} VERSION_NEXT_FEATURE
1317+
:::{versionadded} 1.6.0
13181318
:::
13191319
""",
13201320
),

0 commit comments

Comments
 (0)