Skip to content

v1.0.1 (2026-06-22)

Choose a tag to compare

@github-actions github-actions released this 23 Jun 00:48
v1.0.1
7a69d51

Release Notes

Features

  • packaging: install by name on Linux — apt install bdinfo-rs (Debian/Ubuntu)
    and dnf install bdinfo-rs (Fedora/RHEL/openSUSE) from a hosted package
    repository, in addition to the standalone .deb/.rpm release downloads.

Bug Fixes

  • cli: running bdinfo-rs with no arguments now prints the help and exits 0
    instead of clap's missing-argument usage error (exit 2); an actual but invalid
    argument still reports a usage error. Friendlier for a double-clicked binary and
    for package-manager install validators that smoke-run the executable.
  • packaging: cargo binstall bdinfo-rs now resolves the prebuilt release
    archives via explicit binstall metadata, including the flat Windows .zip layout
    (1.0.0 shipped no binstall configuration).
  • packaging: the .deb and .rpm release packages now publish automatically
    on every release (1.0.0's had to be attached by hand).

Install bdinfo-rs 1.0.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/agentjp/bdinfo-rs/releases/download/v1.0.1/bdinfo-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/agentjp/bdinfo-rs/releases/download/v1.0.1/bdinfo-rs-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install agentjp/tap/bdinfo-rs

Download bdinfo-rs 1.0.1

File Platform Checksum
bdinfo-rs-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
bdinfo-rs-x86_64-apple-darwin.tar.gz Intel macOS checksum
bdinfo-rs-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
bdinfo-rs-x86_64-pc-windows-msvc.zip x64 Windows checksum
bdinfo-rs-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
bdinfo-rs-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo agentjp/bdinfo-rs

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>