Skip to content

Commit 2e7211e

Browse files
committed
add docs
1 parent 5dc2ba3 commit 2e7211e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,14 @@ Unreleased changes template.
6161

6262
{#v0-0-0-added}
6363
### Added
64-
* Nothing added.
64+
* (uv) A {obj}`lock` rule that is the replacement for the
65+
{obj}`compile_pip_requirements`. This may still have rough corners
66+
so please report issues with it in the
67+
[#1975](https://github.com/bazel-contrib/rules_python/issues/1975).
68+
Main highlights - the locking can be done within a build action or outside
69+
it, there is no more automatic `test` target (but it can be added on the user
70+
side by using `native_test`). For customizing the `uv` version that is used,
71+
please check the {obj}`uv.configure` tag class.
6572

6673
{#v0-0-0-removed}
6774
### Removed

0 commit comments

Comments
 (0)