Skip to content

v2.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jun 09:24
· 26 commits to develop since this release
3fc5e07

Installation

Cargo

cargo install uv-sbom

Python (PyPI)

pip install uv-sbom-bin

Pre-built Binaries

macOS (Apple Silicon):

curl -LO https://github.com/Taketo-Yoda/uv-sbom/releases/download/v2.5.0/uv-sbom-aarch64-apple-darwin.tar.gz
tar xzf uv-sbom-aarch64-apple-darwin.tar.gz
sudo mv uv-sbom /usr/local/bin/

macOS (Intel):

curl -LO https://github.com/Taketo-Yoda/uv-sbom/releases/download/v2.5.0/uv-sbom-x86_64-apple-darwin.tar.gz
tar xzf uv-sbom-x86_64-apple-darwin.tar.gz
sudo mv uv-sbom /usr/local/bin/

Linux (x86_64):

curl -LO https://github.com/Taketo-Yoda/uv-sbom/releases/download/v2.5.0/uv-sbom-x86_64-unknown-linux-gnu.tar.gz
tar xzf uv-sbom-x86_64-unknown-linux-gnu.tar.gz
sudo mv uv-sbom /usr/local/bin/

Windows:
Download the .zip file below and extract to your desired location.

Verify Installation

uv-sbom --version

See the README for full documentation.

What's Changed

  • docs(workflow): add Step 0 implementation check to Feature Discussions by @Taketo-Yoda in #597
  • feat(application): add CveDeltaView and CveDeltaEntry read model types by @Taketo-Yoda in #603
  • chore(workflow): introduce WIRE convention and Step 4.0 cleanup gate by @Taketo-Yoda in #605
  • feat(application): extend GenerateDiffUseCase with CVE delta computation by @Taketo-Yoda in #606
  • feat(formatters): render CVE delta section in diff output by @Taketo-Yoda in #607
  • feat(application): wire CVE severity/CVSS thresholds into diff mode by @Taketo-Yoda in #609
  • chore(deps): bump the dependencies group with 3 updates by @dependabot[bot] in #608
  • docs: document CVE delta section for --diff mode in README by @Taketo-Yoda in #610
  • fix(cli): show progress indicator during CVE lookup in diff mode by @Taketo-Yoda in #612
  • fix(application): add indicatif progress bar during CVE lookup in diff mode (#613) by @Taketo-Yoda in #614
  • chore(deps): bump uuid from 1.23.1 to 1.23.2 in the dependencies group by @dependabot[bot] in #617
  • chore(deps): bump actions/checkout from 6 to 6.0.2 by @dependabot[bot] in #616
  • fix(adapters): apply --lang flag to --diff Markdown output by @Taketo-Yoda in #618
  • chore(release): prepare v2.5.0 by @Taketo-Yoda in #619
  • chore(release): v2.5.0 by @Taketo-Yoda in #620

Full Changelog: v2.4.0...v2.5.0