Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 06:17
· 45 commits to main since this release
feat: add install.sh and GitHub Actions release workflow

- install.sh: curl one-liner that auto-detects OS/arch, downloads
  release binary from GitHub, falls back to cargo install
- release.yml: builds binaries for Linux x86_64/aarch64 and
  macOS x86_64/aarch64 on tag push, publishes to crates.io

Install: curl -fsSL https://raw.githubusercontent.com/qhkm/fastripgrep/main/install.sh | sh

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>