Skip to content

Commit cebfc9d

Browse files
rickeylevaignas
andauthored
docs: fix changelog header anchors (#3207)
It looks like back in v1.4 we copy/pasted incorrectly and forget to include the leading `v` in the anchors. The leading `v` is present because I found something (can't remember if it was Sphinx, MyST, or github) didn't like the anchors starting with numbers. Co-authored-by: Ignas Anikevicius <[email protected]>
1 parent d9fe62c commit cebfc9d

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

CHANGELOG.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ END_UNRELEASED_TEMPLATE
7070
### Removed
7171
* Nothing removed.
7272

73-
{#1-6-0}
73+
{#v1-6-0}
7474
## [1.6.0] - 2025-08-23
7575

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

78-
{#1-6-0-changed}
78+
{#v1-6-0-changed}
7979
### Changed
8080
* (gazelle) update minimum gazelle version to 0.36.0 - may cause BUILD file changes
8181
* (gazelle) update minimum rules_go version to 0.55.1
@@ -107,7 +107,7 @@ END_UNRELEASED_TEMPLATE
107107

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

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

157-
{#1-6-0-added}
157+
{#v1-6-0-added}
158158
### Added
159159
* (repl) Default stub now has tab completion, where `readline` support is available,
160160
see ([#3114](https://github.com/bazel-contrib/rules_python/pull/3114)).
@@ -185,11 +185,11 @@ END_UNRELEASED_TEMPLATE
185185
* (gazelle) New directive `gazelle:python_proto_naming_convention`; controls
186186
naming of `py_proto_library` rules.
187187

188-
{#1-6-0-removed}
188+
{#v1-6-0-removed}
189189
### Removed
190190
* Nothing removed.
191191

192-
{#1-5-3}
192+
{#v1-5-3}
193193
## [1.5.3] - 2025-08-11
194194

195195
[1.5.3]: https://github.com/bazel-contrib/rules_python/releases/tag/1.5.3
@@ -199,7 +199,7 @@ END_UNRELEASED_TEMPLATE
199199
before attempting to watch it, fixing issues on macOS with system Python
200200
([#3043](https://github.com/bazel-contrib/rules_python/issues/3043)).
201201

202-
{#1-5-2}
202+
{#v1-5-2}
203203
## [1.5.2] - 2025-08-11
204204

205205
[1.5.2]: https://github.com/bazel-contrib/rules_python/releases/tag/1.5.2
@@ -217,7 +217,7 @@ END_UNRELEASED_TEMPLATE
217217
* (core) builds work again on `7.x` `WORKSPACE` configurations
218218
([#3119](https://github.com/bazel-contrib/rules_python/issues/3119)).
219219

220-
{#1-5-1}
220+
{#v1-5-1}
221221
## [1.5.1] - 2025-07-06
222222

223223
[1.5.1]: https://github.com/bazel-contrib/rules_python/releases/tag/1.5.1
@@ -229,12 +229,12 @@ END_UNRELEASED_TEMPLATE
229229
by default again)
230230
([#3038](https://github.com/bazel-contrib/rules_python/issues/3038)).
231231

232-
{#1-5-0}
232+
{#v1-5-0}
233233
## [1.5.0] - 2025-06-11
234234

235235
[1.5.0]: https://github.com/bazel-contrib/rules_python/releases/tag/1.5.0
236236

237-
{#1-5-0-changed}
237+
{#v1-5-0-changed}
238238
### Changed
239239

240240
* (toolchain) Bundled toolchain version updates:
@@ -255,7 +255,7 @@ END_UNRELEASED_TEMPLATE
255255
* (deps) Updated setuptools to 78.1.1 to patch CVE-2025-47273. This effectively makes
256256
Python 3.9 the minimum supported version for using `pip_parse`.
257257

258-
{#1-5-0-fixed}
258+
{#v1-5-0-fixed}
259259
### Fixed
260260

261261
* (rules) PyInfo provider is now advertised by py_test, py_binary, and py_library;
@@ -284,7 +284,7 @@ END_UNRELEASED_TEMPLATE
284284
* (toolchains) The hermetic toolchains now correctly statically advertise the
285285
`releaselevel` and `serial` for pre-release hermetic toolchains ({gh-issue}`2837`).
286286

287-
{#1-5-0-added}
287+
{#v1-5-0-added}
288288
### Added
289289
* Repo utilities `execute_unchecked`, `execute_checked`, and `execute_checked_stdout` now
290290
support `log_stdout` and `log_stderr` keyword arg booleans. When these are `True`
@@ -307,11 +307,11 @@ END_UNRELEASED_TEMPLATE
307307
security patches.
308308
* (toolchains): 3.14.0b2 has been added as a preview.
309309

310-
{#1-5-0-removed}
310+
{#v1-5-0-removed}
311311
### Removed
312312
* Nothing removed.
313313

314-
{#1-4-2}
314+
{#v1-4-2}
315315
## [1.4.2] - 2025-08-13
316316

317317
[1.4.2]: https://github.com/bazel-contrib/rules_python/releases/tag/1.4.2
@@ -321,23 +321,23 @@ END_UNRELEASED_TEMPLATE
321321
before attempting to watch it, fixing issues on macOS with system Python
322322
([#3043](https://github.com/bazel-contrib/rules_python/issues/3043)).
323323

324-
{#1-4-1}
324+
{#v1-4-1}
325325
## [1.4.1] - 2025-05-08
326326

327327
[1.4.1]: https://github.com/bazel-contrib/rules_python/releases/tag/1.4.1
328328

329-
{#1-4-1-fixed}
329+
{#v1-4-1-fixed}
330330
### Fixed
331331
* (pypi) Fix a typo not allowing users to benefit from using the downloader when the hashes in the
332332
requirements file are not present. Fixes
333333
[#2863](https://github.com/bazel-contrib/rules_python/issues/2863).
334334

335-
{#1-4-0}
335+
{#v1-4-0}
336336
## [1.4.0] - 2025-04-19
337337

338338
[1.4.0]: https://github.com/bazel-contrib/rules_python/releases/tag/1.4.0
339339

340-
{#1-4-0-changed}
340+
{#v1-4-0-changed}
341341
### Changed
342342
* (toolchain) The `exec` configuration toolchain now has the forwarded
343343
`exec_interpreter` now also forwards the `ToolchainInfo` provider. This is
@@ -368,7 +368,7 @@ END_UNRELEASED_TEMPLATE
368368

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

371-
{#1-4-0-fixed}
371+
{#v1-4-0-fixed}
372372
### Fixed
373373
* (pypi) Platform specific extras are now correctly handled when using
374374
universal lock files with environment markers. Fixes [#2690](https://github.com/bazel-contrib/rules_python/pull/2690).
@@ -394,7 +394,7 @@ END_UNRELEASED_TEMPLATE
394394
{obj}`compile_pip_requirements` rule.
395395
See [#2819](https://github.com/bazel-contrib/rules_python/pull/2819).
396396

397-
{#1-4-0-added}
397+
{#v1-4-0-added}
398398
### Added
399399
* (pypi) From now on `sha256` values in the `requirements.txt` is no longer
400400
mandatory when enabling {attr}`pip.parse.experimental_index_url` feature.
@@ -425,7 +425,7 @@ END_UNRELEASED_TEMPLATE
425425
locations equivalents of `$(PYTHON2)` and `$(PYTHON3) respectively.
426426

427427

428-
{#1-4-0-removed}
428+
{#v1-4-0-removed}
429429
### Removed
430430
* Nothing removed.
431431

0 commit comments

Comments
 (0)