Change8

0.11.18

📦 uvView on GitHub →
1 features🐛 2 fixes

Summary

This release introduces the `uv check` command for running `ty` and resolves a performance regression related to local wheel unzipping. It also updates activation scripts and bumps the MSRV.

Migration Steps

  1. Bumped the Minimum Supported Rust Version (MSRV) to 1.94.

✨ New Features

  • Added the `uv check` command to run `ty` from uv.

🐛 Bug Fixes

  • Fixed a performance regression observed during the unzip of local wheels.
  • Updated activation scripts with upstream fixes.