Fix changelog for 0.4.16 (#7671)

I missed the other changes section somehow.
This commit is contained in:
Zanie Blue 2024-09-24 15:08:19 -05:00 committed by GitHub
parent bef72a8880
commit 82e33c2b3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,10 +10,9 @@
- Implement trusted publishing for `uv publish` ([#7548](https://github.com/astral-sh/uv/pull/7548)) - 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)) - 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)) - Unhide the `--directory` option ([#7653](https://github.com/astral-sh/uv/pull/7653))
- Allow requesting free-threaded Python interpreters ([#7431](https://github.com/astral-sh/uv/pull/7431))
### Preview features - 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))
- Add build backend scaffolding ([#7662](https://github.com/astral-sh/uv/pull/7662))
### Bug fixes ### Bug fixes
@ -31,13 +30,9 @@
- Remove double whitespaces from the code ([#7623](https://github.com/astral-sh/uv/pull/7623)) - 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)) - 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)) - Add build backend scaffolding ([#7662](https://github.com/astral-sh/uv/pull/7662))
- 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))
## 0.4.15 ## 0.4.15