What's Changed
- fix(ci): use shasum on macOS for checksum generation (d2e6131)
- style: format snapshot normalization code (bf6a656)
- fix(snapshots): normalize usernames and version numbers in tests (0154711)
- fix: update snapshots for v0.1.7 and fix macos-13 retired runner (3742b50)
- feat(agents): add AGENTS.md blurb detection and management (cbd9e95)
- fix(ci): inline format arg to satisfy clippy (a0c7d38)
- fix(ci): fix proptest_time assertion and e2e timeout issues (4e0c579)
- chore: bump version to 0.1.7 (38ca85f)
- feat(install): bulletproof installer with fallback to source build (f09877d)
- fix(ci): skip conformance_workflows tests when bd unavailable (0f08f0b)
- fix(ci): skip conformance_schema tests when br/bd unavailable (55c355b)
- fix: add cache buster to ALL install URLs (0837c63)
- fix(install): handle BASH_SOURCE unbound when piped to bash (f978117)
Platforms
| Platform | Architecture | File |
|---|---|---|
| Linux | x86_64 (glibc) | br-v0.1.7-linux_amd64.tar.gz
|
| Linux | x86_64 (musl, static) | br-v0.1.7-linux_amd64_musl.tar.gz
|
| Linux | ARM64 | br-v0.1.7-linux_arm64.tar.gz
|
| macOS | x86_64 (Intel) | br-v0.1.7-darwin_amd64.tar.gz
|
| macOS | ARM64 (Apple Silicon) | br-v0.1.7-darwin_arm64.tar.gz
|
| Windows | x86_64 | br-v0.1.7-windows_amd64.zip
|
Installation
Quick Install (Recommended)
curl -fsSL https://raw.githubusercontent.com/Dicklesworthstone/beads_rust/main/install.sh | bashCargo Install
cargo install --git https://github.com/Dicklesworthstone/beads_rust.git --tag v0.1.7Manual Download
Download the appropriate binary for your platform from the assets below.
Verify checksum:
# Download checksums.sha256 and your binary
sha256sum -c checksums.sha256 --ignore-missingFull Changelog
See CHANGELOG.md for the complete history.