mirror of https://github.com/astral-sh/uv
Add `UV_PROJECT` to changelog (#12563)
This commit is contained in:
parent
fe7fc323dd
commit
0632e24d15
|
|
@ -12,6 +12,10 @@
|
||||||
- Support `--find-links`-style "flat" indexes in `[[tool.uv.index]]` ([#12407](https://github.com/astral-sh/uv/pull/12407))
|
- Support `--find-links`-style "flat" indexes in `[[tool.uv.index]]` ([#12407](https://github.com/astral-sh/uv/pull/12407))
|
||||||
- Distinguish between `-q` and `-qq` ([#12300](https://github.com/astral-sh/uv/pull/12300))
|
- Distinguish between `-q` and `-qq` ([#12300](https://github.com/astral-sh/uv/pull/12300))
|
||||||
|
|
||||||
|
### Configuration
|
||||||
|
|
||||||
|
- Support `UV_PROJECT` environment to set project directory. ([#12327](https://github.com/astral-sh/uv/pull/12327))
|
||||||
|
|
||||||
### Performance
|
### Performance
|
||||||
|
|
||||||
- Use a boxed slice for various requirement types ([#12514](https://github.com/astral-sh/uv/pull/12514))
|
- Use a boxed slice for various requirement types ([#12514](https://github.com/astral-sh/uv/pull/12514))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue