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
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ BEGIN_UNRELEASED_TEMPLATE
END_UNRELEASED_TEMPLATE
-->

{#v0-0-0}
## Unreleased
{#1-6-0}
## [1.6.0] - 2025-08-23

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

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

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

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

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

{#v0-0-0-removed}
{#1-6-0-removed}
### Removed
* Nothing removed.

Expand Down
2 changes: 1 addition & 1 deletion docs/pypi/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Note that the hub repo contains the following targets for each package:
* `@pypi//numpy:whl` - the {obj}`filegroup` that is the `.whl` file itself, which includes all
transitive dependencies via the {attr}`filegroup.data` attribute.

:::{versionadded} VERSION_NEXT_FEATURE
:::{versionadded} 1.6.0

The `:extracted_whl_files` target was added
:::
Expand Down
2 changes: 1 addition & 1 deletion gazelle/docs/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ deps = [

## `include_pytest_conftest`

:::{versionadded} VERSION_NEXT_FEATURE
:::{versionadded} 1.6.0
{gh-pr}`3080`
:::

Expand Down
2 changes: 1 addition & 1 deletion python/private/pypi/extension.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ terms used in this extension.
[environment_markers]: https://packaging.python.org/en/latest/specifications/dependency-specifiers/#environment-markers
:::

:::{versionadded} VERSION_NEXT_FEATURE
:::{versionadded} 1.6.0
:::
""",
),
Expand Down