Skip to content

Tags: DivineDominion/beads

Tags

v0.30.2

Toggle v0.30.2's commit message
Release v0.30.2

v0.30.1

Toggle v0.30.1's commit message
chore: bump version to v0.30.1

Update version across all packages:
- Go CLI (cmd/bd/version.go)
- Python MCP server (pyproject.toml, __init__.py)
- npm package (package.json)

Add comprehensive CHANGELOG entry with 14 features, 14 fixes,
security updates, and community contributor credits.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v0.30.0

Toggle v0.30.0's commit message
Release v0.30.0

v0.29.0

Toggle v0.29.0's commit message
Release v0.29.0

v0.28.0

Toggle v0.28.0's commit message
Release v0.28.0

v0.27.2

Toggle v0.27.2's commit message
Release v0.27.2: CRITICAL data corruption prevention fix

v0.27.0

Toggle v0.27.0's commit message
chore: bump plugin and beads-mcp versions to 0.27.0

v0.26.2

Toggle v0.26.2's commit message
Release v0.26.2: Hash-based staleness detection

v0.26.1

Toggle v0.26.1's commit message
Release v0.26.1

CRITICAL FIX (bd-53c): Reverse ZFC check prevents stale DB from corrupting JSONL

- Root cause: bd sync exports DB to JSONL before pulling from remote
- If local DB is stale, stale data would corrupt the JSONL
- Added reverse ZFC check: detects when JSONL has >20% more issues than DB
- When detected, imports JSONL first to sync database before any export
- Prevents fresh/stale clones from exporting incomplete database state

v0.26.0

Toggle v0.26.0's commit message
Release v0.26.0

Highlights:
- bd doctor --check-health for lightweight startup hook health checks
- --no-git-history flag to prevent spurious deletions
- gh2jsonl --id-mode hash for content-based ID generation
- Critical MCP protocol stdin fix (PR gastownhall#400)
- Git worktree staleness fix (gastownhall#399)
- Multi-part prefix support (gastownhall#398)
- bd sync commit scope fix

See CHANGELOG.md for full release notes.