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:
committed by
Steve Yegge
parent
39dbe90ade
commit
159114563b
@@ -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]
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user