* bump to uv 0.6.3 * bump to rust 2024 edition (1.85)
3.6.2
Updates
* bump to uv 0.6.0
3.6.1
Fix
* improve script detection for symlinks by using uv's logic * This means the binary `task` will be found when installing `go-task-bin`
Updates
* upgrade to `uv` 0.5.28
3.6.0
Feature
* extend functionality of `uvenv check` to check interpreter of shebang scripts
Updates
* upgrade to `uv` 0.5.25
3.5.3
Fix
* fix(check): look at actually installed version via freeze instead of cached installed version from metadata + relevant when package is updated outside of uvenv (manual pip update or package self-update)