Sourced from astral-sh/setup-uv's releases.
v6.3.1 🌈 Do not warn when version not in manifest-file
Changes
This is a hotfix to change the warning messages that a version could not be found in the local manifest-file to info level.
A
setup-uv
release contains a version-manifest.json file with infos in all availableuv
releases. When a newuv
version is released this is not contained in this file until the file gets updated and a newsetup-uv
release is made. We will overhaul this process in the future but for now the spamming of warnings is removed.🐛 Bug fixes
- Do not warn when version not in manifest-file
@eifinger
(#462)🧰 Maintenance
- chore: update known versions for 0.7.14 @github-actions[bot] (#459)
- Revert "Set expected cache dir drive to C: on windows (#451)"
@eifinger
(#460)