chore: Bump version to 0.46.0

Updated all component versions:
- bd CLI: 0.45.0 → 0.46.0
- Plugin: 0.45.0 → 0.46.0
- MCP server: 0.45.0 → 0.46.0
- npm package: 0.45.0 → 0.46.0
- Documentation: 0.45.0 → 0.46.0

Changes in 0.46.0:
- Custom type support in beads config.yaml (bd-649s)
- Gas Town types extraction into beads core (bd-i54l)
- Gate workflow discovery improvements (bd-m8ew)
This commit is contained in:
beads/crew/emma
2026-01-06 23:51:29 -08:00
committed by Steve Yegge
parent 4440f9e8cb
commit 812f4e5297
12 changed files with 37 additions and 10 deletions

View File

@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.46.0] - 2026-01-06
### Added
- **Custom type support** - Configure custom issue types in beads config.yaml (bd-649s)
- Define project-specific types beyond the built-in set
- Types persist across sync and export
- **Gas Town types extraction** - Core Gas Town types moved into beads package (bd-i54l)
- Enables beads to understand rig identities and agent workflows
- Foundation for deeper Gas Town integration
### Fixed
- **Gate workflow discovery** - Handle workflow name hints in `gh:run` gate discovery (bd-m8ew)
- Better matching of GitHub Actions workflow runs
- Consolidated numeric ID handling
## [0.45.0] - 2026-01-06
### Added