Skip to content

0.1.2 - 2026-06-30

Choose a tag to compare

@github-actions github-actions released this 30 Jun 01:20
7f1a8ac

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

brew install uv-align

Download uv-align 0.1.2

File Platform Checksum
uv-align-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
uv-align-x86_64-apple-darwin.tar.xz Intel macOS checksum
uv-align-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-align-x86_64-pc-windows-msvc.msi x64 Windows checksum
uv-align-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
uv-align-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum