chore(release): v0.47.2

- Dolt backend (experimental)
- bd show --children flag
- NixOS support improvements
- Fix redirect + sync-branch incompatibility
- Fix doctor project-level settings detection
- Fix contributor routing

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
beads/crew/emma
2026-01-14 21:57:28 -08:00
committed by Steve Yegge
parent 39dbe90ade
commit 159114563b
13 changed files with 65 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "beads-mcp"
version = "0.47.1"
version = "0.47.2"
description = "MCP server for beads issue tracker."
readme = "README.md"
requires-python = ">=3.10"
@@ -66,7 +66,7 @@ warn_return_any = false
check_untyped_defs = false
[tool.ruff]
target-version = "0.47.1"
target-version = "0.47.2"
line-length = 115
[tool.ruff.lint]

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.47.1"
__version__ = "0.47.2"