mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-26 20:19:08 +00:00
Fix changelog for 0.4.16 (#7671)
I missed the other changes section somehow.
This commit is contained in:
parent
bef72a8880
commit
82e33c2b3d
1 changed files with 5 additions and 10 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -10,10 +10,9 @@
|
|||
- Implement trusted publishing for `uv publish` ([#7548](https://github.com/astral-sh/uv/pull/7548))
|
||||
- Respect lockfile preferences for `--with` requirements ([#7627](https://github.com/astral-sh/uv/pull/7627))
|
||||
- Unhide the `--directory` option ([#7653](https://github.com/astral-sh/uv/pull/7653))
|
||||
|
||||
### Preview features
|
||||
|
||||
- Add build backend scaffolding ([#7662](https://github.com/astral-sh/uv/pull/7662))
|
||||
- Allow requesting free-threaded Python interpreters ([#7431](https://github.com/astral-sh/uv/pull/7431))
|
||||
- Show a dedicated PubGrub hint for `--unsafe-best-match` ([#7645](https://github.com/astral-sh/uv/pull/7645))
|
||||
- Add resolver error checking for conflicting distributions ([#7595](https://github.com/astral-sh/uv/pull/7595))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
|
@ -31,13 +30,9 @@
|
|||
- Remove double whitespaces from the code ([#7623](https://github.com/astral-sh/uv/pull/7623))
|
||||
- Use anchorlinks rather than permalinks ([#7626](https://github.com/astral-sh/uv/pull/7626))
|
||||
|
||||
### Other changes
|
||||
### Preview features
|
||||
|
||||
- Add retries to `uv publish` ([#7635](https://github.com/astral-sh/uv/pull/7635))
|
||||
- Allow creating venv with free-threaded python builds ([#7431](https://github.com/astral-sh/uv/pull/7431))
|
||||
- Show a dedicated PubGrub hint for `--unsafe-best-match` ([#7645](https://github.com/astral-sh/uv/pull/7645))
|
||||
- Split metadata parsing into a module ([#7656](https://github.com/astral-sh/uv/pull/7656))
|
||||
- uv-resolver: add error checking for conflicting distributions ([#7595](https://github.com/astral-sh/uv/pull/7595))
|
||||
- Add build backend scaffolding ([#7662](https://github.com/astral-sh/uv/pull/7662))
|
||||
|
||||
## 0.4.15
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue