From 9defbce7bd209975897dee179685ce3d0fa477ee Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 7 Aug 2025 10:21:11 -0500 Subject: [PATCH] Fixes to the 0.8.6 changelog (#15139) --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 903f4212a..465542c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,9 +18,9 @@ These changes have been validated against the top 15,000 PyPI packages; however, - Harden ZIP streaming to reject repeated entries and other malformed ZIP files ([#15136](https://github.com/astral-sh/uv/pull/15136)) -### Enhancements +### Python -- Sync latest Python releases ([#15135](https://github.com/astral-sh/uv/pull/15135)) +- Add CPython 3.13.6 ### Configuration @@ -33,6 +33,7 @@ These changes have been validated against the top 15,000 PyPI packages; however, - Support `UV_NO_EDITABLE` where `--no-editable` is supported ([#15107](https://github.com/astral-sh/uv/pull/15107)) - Upgrade `cargo-dist` to add `UV_INSTALLER_URL` to PowerShell installer ([#15114](https://github.com/astral-sh/uv/pull/15114)) - Upgrade `h2` again to avoid `too_many_internal_resets` errors ([#15111](https://github.com/astral-sh/uv/pull/15111)) +- Consider `pythonw` when copying entry points in uv run ([#15134](https://github.com/astral-sh/uv/pull/15134)) ### Documentation