Release Notes
Changed
- Updated console output for better clarity and readability, making it clearer which dependencies are being modified.
- Added
-verbose flag to provide detailed information when updating dependencies with the --upgrade flag, allowing users to see the specific changes being made by uv.
- Tidied up code.
- Updated all documentation to include installation methods, project links, and detailed information on how the tool works.
- Updated version in
pyproject.toml to be dynamically retrieved from the Cargo.toml file, allowing Cargo.toml to be the single source of truth for the version number.
Removed
- Removed handling of
~= compatibility operator as uv will not resolve to a breaking version, making it unnecessary to skip these constraints.
Install uv-align 0.1.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/javidahmed64592/uv-align/releases/download/v0.1.2/uv-align-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/javidahmed64592/uv-align/releases/download/v0.1.2/uv-align-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
Download uv-align 0.1.2