From 82e33c2b3dba36ef50cee68b90eb650bd241da5d Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 24 Sep 2024 15:08:19 -0500 Subject: [PATCH] Fix changelog for 0.4.16 (#7671) I missed the other changes section somehow. --- CHANGELOG.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8893a6ad..3c984afda 100644 --- a/CHANGELOG.md +++ b/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