github Dicklesworthstone/beads_rust v0.1.12
br v0.1.12

13 hours ago

What's Changed

Bug Fixes

  • Fix LIKE pattern special characters in search queries (81266c8)

Testing

  • Comprehensive JSON output snapshot tests (dcaf4e0)
  • E2E output mode consistency tests (4e564ac)
  • CSV escaping and saved query override tests (4933e1b)

Style

  • Fix rustfmt import ordering for tracing::warn (ac064ef)
  • Fix rustfmt formatting in snapshot tests (3e91834)

Commits

  • chore: bump version to 0.1.12 (745c0bf)
  • chore(beads): sync issue tracker state (82e23db)
  • test(e2e): add CSV escaping and query override tests (4933e1b)
  • test(e2e): add output mode consistency tests (4e564ac)
  • chore(beads): sync issue tracker updates (41abc0e)
  • style: fix rustfmt formatting in json_output snapshot tests (3e91834)
  • test(snapshots): add comprehensive JSON output snapshot tests (dcaf4e0)
  • chore(beads): sync issue tracker status updates across multiple tasks (bd21588)
  • style: fix rustfmt import ordering for tracing::warn (ac064ef)
  • fix(storage): escape LIKE pattern special characters in searches (81266c8)

Platforms

Platform Architecture File
Linux x86_64 (glibc) br-v0.1.12-linux_amd64.tar.gz
Linux x86_64 (musl, static) br-v0.1.12-linux_amd64_musl.tar.gz
Linux ARM64 br-v0.1.12-linux_arm64.tar.gz

Note: macOS and Windows binaries could not be cross-compiled from Linux for this release.
macOS builds require macOS SDK (CoreFoundation framework). These can be added later
if GH Actions becomes available again or via native builds on macOS hardware.

Installation

Quick Install (Linux)

curl -fsSL https://raw.githubusercontent.com/Dicklesworthstone/beads_rust/main/install.sh | bash

Cargo Install

cargo install --git https://github.com/Dicklesworthstone/beads_rust.git --tag v0.1.12

Manual Download

Download the appropriate binary for your platform from the assets below.

Verify checksum:

sha256sum -c checksums.sha256 --ignore-missing

Don't miss a new beads_rust release

NewReleases is sending notifications on new releases.