File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ BEGIN_UNRELEASED_TEMPLATE
47
47
END_UNRELEASED_TEMPLATE
48
48
-->
49
49
50
- {#v0-0 -0}
51
- ## Unreleased
50
+ {#1 -6 -0}
51
+ ## [ 1.6.0 ] - 2025-08-23
52
52
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
54
54
55
- {#v0-0 -0-changed}
55
+ {#1 -6 -0-changed}
56
56
### Changed
57
57
* (gazelle) update minimum gazelle version to 0.36.0 - may cause BUILD file changes
58
58
* (gazelle) update minimum rules_go version to 0.55.1
@@ -84,7 +84,7 @@ END_UNRELEASED_TEMPLATE
84
84
85
85
[ 20250808 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20250808
86
86
87
- {#v0-0 -0-fixed}
87
+ {#1 -6 -0-fixed}
88
88
### Fixed
89
89
* (toolchains) ` local_runtime_repo ` now respects changes to the ` DEVELOPER_DIR ` and ` XCODE_VERSION `
90
90
repo env vars, fixing stale cache issues on macOS with system (i.e. Xcode-supplied) Python
@@ -131,7 +131,7 @@ END_UNRELEASED_TEMPLATE
131
131
([ #2797 ] ( https://github.com/bazel-contrib/rules_python/issues/2797 ) ).
132
132
* (py_wheel) Add directories in deterministic order.
133
133
134
- {#v0-0 -0-added}
134
+ {#1 -6 -0-added}
135
135
### Added
136
136
* (repl) Default stub now has tab completion, where ` readline ` support is available,
137
137
see ([ #3114 ] ( https://github.com/bazel-contrib/rules_python/pull/3114 ) ).
@@ -162,7 +162,7 @@ END_UNRELEASED_TEMPLATE
162
162
* (gazelle) New directive ` gazelle:python_proto_naming_convention ` ; controls
163
163
naming of ` py_proto_library ` rules.
164
164
165
- {#v0-0 -0-removed}
165
+ {#1 -6 -0-removed}
166
166
### Removed
167
167
* Nothing removed.
168
168
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Note that the hub repo contains the following targets for each package:
45
45
* ` @pypi//numpy:whl ` - the {obj}` filegroup ` that is the ` .whl ` file itself, which includes all
46
46
transitive dependencies via the {attr}` filegroup.data ` attribute.
47
47
48
- :::{versionadded} VERSION_NEXT_FEATURE
48
+ :::{versionadded} 1.6.0
49
49
50
50
The ` :extracted_whl_files ` target was added
51
51
:::
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ deps = [
118
118
119
119
## ` include_pytest_conftest `
120
120
121
- :::{versionadded} VERSION_NEXT_FEATURE
121
+ :::{versionadded} 1.6.0
122
122
{gh-pr}` 3080 `
123
123
:::
124
124
Original file line number Diff line number Diff line change @@ -1314,7 +1314,7 @@ terms used in this extension.
1314
1314
[environment_markers]: https://packaging.python.org/en/latest/specifications/dependency-specifiers/#environment-markers
1315
1315
:::
1316
1316
1317
- :::{versionadded} VERSION_NEXT_FEATURE
1317
+ :::{versionadded} 1.6.0
1318
1318
:::
1319
1319
""" ,
1320
1320
),
You can’t perform that action at this time.
0 commit comments