@@ -47,12 +47,12 @@ BEGIN_UNRELEASED_TEMPLATE
4747END_UNRELEASED_TEMPLATE
4848-->
4949
50- {#1 -6-0}
50+ {#v1 -6-0}
5151## [ 1.6.0] - 2025-08-23
5252
5353[ 1.6.0 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.6.0
5454
55- {#1 -6-0-changed}
55+ {#v1 -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- {#1 -6-0-fixed}
87+ {#v1 -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- {#1 -6-0-added}
134+ {#v1 -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,11 +162,11 @@ END_UNRELEASED_TEMPLATE
162162* (gazelle) New directive ` gazelle:python_proto_naming_convention ` ; controls
163163 naming of ` py_proto_library ` rules.
164164
165- {#1 -6-0-removed}
165+ {#v1 -6-0-removed}
166166### Removed
167167* Nothing removed.
168168
169- {#1 -5-3}
169+ {#v1 -5-3}
170170## [ 1.5.3] - 2025-08-11
171171
172172[ 1.5.3 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.5.3
@@ -176,7 +176,7 @@ END_UNRELEASED_TEMPLATE
176176 before attempting to watch it, fixing issues on macOS with system Python
177177 ([ #3043 ] ( https://github.com/bazel-contrib/rules_python/issues/3043 ) ).
178178
179- {#1 -5-2}
179+ {#v1 -5-2}
180180## [ 1.5.2] - 2025-08-11
181181
182182[ 1.5.2 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.5.2
@@ -194,7 +194,7 @@ END_UNRELEASED_TEMPLATE
194194* (core) builds work again on ` 7.x ` ` WORKSPACE ` configurations
195195 ([ #3119 ] ( https://github.com/bazel-contrib/rules_python/issues/3119 ) ).
196196
197- {#1 -5-1}
197+ {#v1 -5-1}
198198## [ 1.5.1] - 2025-07-06
199199
200200[ 1.5.1 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.5.1
@@ -206,12 +206,12 @@ END_UNRELEASED_TEMPLATE
206206 by default again)
207207 ([ #3038 ] ( https://github.com/bazel-contrib/rules_python/issues/3038 ) ).
208208
209- {#1 -5-0}
209+ {#v1 -5-0}
210210## [ 1.5.0] - 2025-06-11
211211
212212[ 1.5.0 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.5.0
213213
214- {#1 -5-0-changed}
214+ {#v1 -5-0-changed}
215215### Changed
216216
217217* (toolchain) Bundled toolchain version updates:
@@ -232,7 +232,7 @@ END_UNRELEASED_TEMPLATE
232232* (deps) Updated setuptools to 78.1.1 to patch CVE-2025 -47273. This effectively makes
233233 Python 3.9 the minimum supported version for using ` pip_parse ` .
234234
235- {#1 -5-0-fixed}
235+ {#v1 -5-0-fixed}
236236### Fixed
237237
238238* (rules) PyInfo provider is now advertised by py_test, py_binary, and py_library;
@@ -261,7 +261,7 @@ END_UNRELEASED_TEMPLATE
261261* (toolchains) The hermetic toolchains now correctly statically advertise the
262262 ` releaselevel ` and ` serial ` for pre-release hermetic toolchains ({gh-issue}` 2837 ` ).
263263
264- {#1 -5-0-added}
264+ {#v1 -5-0-added}
265265### Added
266266* Repo utilities ` execute_unchecked ` , ` execute_checked ` , and ` execute_checked_stdout ` now
267267 support ` log_stdout ` and ` log_stderr ` keyword arg booleans. When these are ` True `
@@ -284,11 +284,11 @@ END_UNRELEASED_TEMPLATE
284284 security patches.
285285* (toolchains): 3.14.0b2 has been added as a preview.
286286
287- {#1 -5-0-removed}
287+ {#v1 -5-0-removed}
288288### Removed
289289* Nothing removed.
290290
291- {#1 -4-2}
291+ {#v1 -4-2}
292292## [ 1.4.2] - 2025-08-13
293293
294294[ 1.4.2 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.4.2
@@ -298,23 +298,23 @@ END_UNRELEASED_TEMPLATE
298298 before attempting to watch it, fixing issues on macOS with system Python
299299 ([ #3043 ] ( https://github.com/bazel-contrib/rules_python/issues/3043 ) ).
300300
301- {#1 -4-1}
301+ {#v1 -4-1}
302302## [ 1.4.1] - 2025-05-08
303303
304304[ 1.4.1 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.4.1
305305
306- {#1 -4-1-fixed}
306+ {#v1 -4-1-fixed}
307307### Fixed
308308* (pypi) Fix a typo not allowing users to benefit from using the downloader when the hashes in the
309309 requirements file are not present. Fixes
310310 [ #2863 ] ( https://github.com/bazel-contrib/rules_python/issues/2863 ) .
311311
312- {#1 -4-0}
312+ {#v1 -4-0}
313313## [ 1.4.0] - 2025-04-19
314314
315315[ 1.4.0 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.4.0
316316
317- {#1 -4-0-changed}
317+ {#v1 -4-0-changed}
318318### Changed
319319* (toolchain) The ` exec ` configuration toolchain now has the forwarded
320320 ` exec_interpreter ` now also forwards the ` ToolchainInfo ` provider. This is
@@ -345,7 +345,7 @@ END_UNRELEASED_TEMPLATE
345345
346346[ 20250317 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20250317
347347
348- {#1 -4-0-fixed}
348+ {#v1 -4-0-fixed}
349349### Fixed
350350* (pypi) Platform specific extras are now correctly handled when using
351351 universal lock files with environment markers. Fixes [ #2690 ] ( https://github.com/bazel-contrib/rules_python/pull/2690 ) .
@@ -371,7 +371,7 @@ END_UNRELEASED_TEMPLATE
371371 {obj}` compile_pip_requirements ` rule.
372372 See [ #2819 ] ( https://github.com/bazel-contrib/rules_python/pull/2819 ) .
373373
374- {#1 -4-0-added}
374+ {#v1 -4-0-added}
375375### Added
376376* (pypi) From now on ` sha256 ` values in the ` requirements.txt ` is no longer
377377 mandatory when enabling {attr}` pip.parse.experimental_index_url ` feature.
@@ -402,7 +402,7 @@ END_UNRELEASED_TEMPLATE
402402 locations equivalents of ` $(PYTHON2) ` and `$(PYTHON3) respectively.
403403
404404
405- {#1 -4-0-removed}
405+ {#v1 -4-0-removed}
406406### Removed
407407* Nothing removed.
408408
0 commit comments