Skip to content

Commit 069a04c

Browse files
committed
update changelog
1 parent 503a956 commit 069a04c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ Unreleased changes template.
6363
* {obj}`//python/bin:python`: convenience target for directly running an
6464
interpreter. {obj}`--//python/bin:python_src` can be used to specify a
6565
binary whose interpreter to use.
66+
* (uv) Now the extension can be fully configured via `bzlmod` APIs without the
67+
need to patch `rules_python`. The documentation has been added to `rules_python`
68+
docs but usage of the extension may result in your setup breaking without any
69+
notice. What is more, the URLs and SHA256 values will be retrieved from the
70+
GitHub releases page metadata published by the `uv` project.
6671

6772
{#v0-0-0-removed}
6873
### Removed
@@ -83,11 +88,6 @@ Unreleased changes template.
8388
* (rules) deprecation warnings for deprecated symbols have been turned off by
8489
default for now and can be enabled with `RULES_PYTHON_DEPRECATION_WARNINGS`
8590
env var.
86-
* (uv) Now the extension can be fully configured via `bzlmod` APIs without the
87-
need to patch `rules_python`. The documentation has been added to `rules_python`
88-
docs but usage of the extension may result in your setup breaking without any
89-
notice. What is more, the URLs and SHA256 values will be retrieved from the
90-
GitHub releases page metadata published by the `uv` project.
9191
* (pypi) Downgraded versions of packages: `pip` from `24.3.2` to `24.0.0` and
9292
`packaging` from `24.2` to `24.0`.
9393

0 commit comments

Comments
 (0)