Skip to content

0.7.1 - 2026-07-06

Choose a tag to compare

@github-actions github-actions released this 06 Jul 13:19

Release Notes

Changed

  • Bumped symbolic-common / symbolic-debuginfo 13.6.013.8.0. The ELF
    code_id and Mach-O debug_id the CLI reads are stable across major-13
    minors, so this stays identifier-compatible with the worker's symbolic.

Tests

  • Pinned symbolic's identifier extraction with real-bytes fixtures across every
    arch/format the CLI parses, so a future crate bump that drifted an identifier
    is caught: ELF code_id and arch on a real aarch64 .so; Mach-O
    debug_id + arch for x86_64, arm64, and fat/universal binaries (a new
    hand-assembled, toolchain-free synthesizer exercises symbolic's multi-arch
    iteration); and the xcode IPA main-executable UUID extraction's positive path
    (previously only its None cases were covered).

Install bugsee-cli 0.7.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bugsee/bugsee-cli/releases/download/v0.7.1/bugsee-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/bugsee/bugsee-cli/releases/download/v0.7.1/bugsee-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install bugsee/tap/bugsee-cli

Install prebuilt binaries into your npm project

npm install @bugsee/bugsee-cli@0.7.1

Download bugsee-cli 0.7.1

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