Skip to content

0.5.2 - 2024-06-04

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 12:29
· 93 commits to main since this release
23e4666

Release Notes

Fixed

  • Fixed a panic when outputting CycloneDX v1.5 ([#722])

Changed

  • Removed --allow-dirty flag from the publishing workflow so that the provenance of the package uploaded to crates.io can be established ([#724])

Install cargo-cyclonedx 0.5.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CycloneDX/cyclonedx-rust-cargo/releases/download/cargo-cyclonedx-0.5.2/cargo-cyclonedx-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/CycloneDX/cyclonedx-rust-cargo/releases/download/cargo-cyclonedx-0.5.2/cargo-cyclonedx-installer.ps1 | iex"

Download cargo-cyclonedx 0.5.2

File Platform Checksum
cargo-cyclonedx-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cargo-cyclonedx-x86_64-apple-darwin.tar.xz Intel macOS checksum
cargo-cyclonedx-x86_64-pc-windows-msvc.zip x64 Windows checksum
cargo-cyclonedx-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
cargo-cyclonedx-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum