* Show deprecation warning in favor of `uvenv` * Migrate to uvenv on `self update`
2.4.1
Fix
* Rollback some of the speedup (it was a bit too async and stuff broke)
2.4.0
Features
* speed up `uvx list` (+ `uvx check`) with Futures and filtering before running checks (instead of after) * speed up `upgrade-all`, `reinstall-all`, `upgrade-all` and allow filtering venv names
2.3.0
Feature
* `uvx check` to perform checks (like uvx list does) and report any problems.
Refactoring
* improved Rust-esque codestyle (according to Clippy)