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

@@ -1,6 +1,6 @@
[project]
name = "beads-mcp"
version = "0.45.0"
version = "0.46.0"
description = "MCP server for beads issue tracker."
readme = "README.md"
requires-python = ">=3.10"

View File

@@ -4,4 +4,4 @@ This package provides an MCP (Model Context Protocol) server that exposes
beads (bd) issue tracker functionality to MCP Clients.
"""
__version__ = "0.45.0"
__version__ = "0.46.0"