From 5045496bbe4b42d104cf1ae5e647b9fe602e8ce0 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Mon, 20 Oct 2025 15:27:30 -0700 Subject: [PATCH] Bump version to 0.10.0 --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- cmd/bd/version.go | 2 +- integrations/beads-mcp/pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 387da1b3..acf7960f 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.9.11" + "version": "0.10.0" } ] } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index a0daffb4..e5378228 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.9.11", + "version": "0.10.0", "author": { "name": "Steve Yegge", "url": "https://github.com/steveyegge" diff --git a/cmd/bd/version.go b/cmd/bd/version.go index 2103b3e3..d8e9cdc1 100644 --- a/cmd/bd/version.go +++ b/cmd/bd/version.go @@ -11,7 +11,7 @@ import ( const ( // Version is the current version of bd - Version = "0.9.11" + Version = "0.10.0" // Build can be set via ldflags at compile time Build = "dev" ) diff --git a/integrations/beads-mcp/pyproject.toml b/integrations/beads-mcp/pyproject.toml index 8bd4f2f5..c7529035 100644 --- a/integrations/beads-mcp/pyproject.toml +++ b/integrations/beads-mcp/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "beads-mcp" -version = "0.9.11" +version = "0.10.0" description = "MCP server for beads issue tracker." readme = "README.md" requires-python = ">=3.11"