From ccd36cfb649fb587954e7d807751b8ecd028938b Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Sat, 29 Nov 2025 23:42:17 -0800 Subject: [PATCH] chore: bump plugin and beads-mcp versions to 0.27.0 --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- integrations/beads-mcp/pyproject.toml | 2 +- integrations/beads-mcp/src/beads_mcp/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 5072c095..bba75af0 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,7 +9,7 @@ "name": "beads", "source": "./", "description": "AI-supervised issue tracker for coding workflows", - "version": "0.26.1" + "version": "0.27.0" } ] } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index cedcfaa8..7821c118 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "beads", "description": "AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.", - "version": "0.26.1", + "version": "0.27.0", "author": { "name": "Steve Yegge", "url": "https://github.com/steveyegge" diff --git a/integrations/beads-mcp/pyproject.toml b/integrations/beads-mcp/pyproject.toml index 4e69e474..750eda93 100644 --- a/integrations/beads-mcp/pyproject.toml +++ b/integrations/beads-mcp/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "beads-mcp" -version = "0.26.1" +version = "0.27.0" description = "MCP server for beads issue tracker." readme = "README.md" requires-python = ">=3.10" diff --git a/integrations/beads-mcp/src/beads_mcp/__init__.py b/integrations/beads-mcp/src/beads_mcp/__init__.py index 300e46c5..19cb01e9 100644 --- a/integrations/beads-mcp/src/beads_mcp/__init__.py +++ b/integrations/beads-mcp/src/beads_mcp/__init__.py @@ -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.26.1" +__version__ = "0.27.0"