Release Notes
Released on 2025-10-06.
Enhancements
- Emit a message on
cache clean
andprune
when lock is held (#16138) - Add
--force
flag foruv cache prune
(#16137)
Documentation
- Fix example of bumping beta version without patch bump (#16132)
Install uv 0.8.24
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.8.24/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.8.24/uv-installer.ps1 | iex"