What's New in v0.9.11
Documentation
- Comprehensive Labels Guide: Added LABELS.md with complete label system documentation
- Label workflows and best practices
- Common patterns: components, domains, size, quality gates, releases, teams
- Advanced filtering techniques with
--labeland--label-any - Integration examples for CI/CD and automation
- Added Labels quick reference to README
Critical Bug Fix
- MCP Server: Fixed crashes on None/null responses (#79)
- Added null safety checks in
list_issues(),ready(), andstats()methods - Returns empty arrays/dicts instead of crashing on None responses
- Prevents TypeError when daemon returns empty results
- Added null safety checks in
Installation
Homebrew (macOS/Linux):
brew upgrade bdGo:
go install github.com/steveyegge/beads/cmd/bd@v0.9.11MCP Server:
pip install --upgrade beads-mcpFull Changelog
See CHANGELOG.md for complete release history.