beads v0.17.2
Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), and Windows.
Installation
macOS/Linux:
curl -sSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/steveyegge/beads/main/install.ps1 | iexManual Install:
Download the appropriate binary for your platform below, extract it, and place it in your PATH.
Changelog
Others
- fdf7188 Add 0.17.2 release notes
- d31e9e7 Add Homebrew formula update automation script
- 09c11a2 Add configurable sort policy for GetReadyWork (bd-147)
- a91467d Add full release automation script
- 744563e Add health checks and reconnection logic for stale daemon sockets (bd-137)
- 8660cb6 Close bd-146 (duplicate) and bd-147 (sort policy implemented)
- 37e5dcf Close bd-78: flaky test already fixed
- b855c44 Enable errcheck linter and fix all production code warnings
- 36490a1 Fix RELEASING.md: clarify rebuild requirement and Homebrew timing
- 14e14f6 Fix goconst linter issues (bd-116)
- bb33007 Fix revive style issues (bd-56)
- 0caf423 Re-land TestDatabaseReinitialization with CI fixes
- ec43028 Sync beads issues