From d26757ee57be201f14219bdec95f3d3c69dd842a Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 22 Apr 2026 09:42:31 +0200 Subject: [PATCH] Bump plugin to 0.8.0 --- plugins/cq/.claude-plugin/plugin.json | 2 +- plugins/cq/pyproject.toml | 2 +- plugins/cq/uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/cq/.claude-plugin/plugin.json b/plugins/cq/.claude-plugin/plugin.json index c771780..50e0d28 100644 --- a/plugins/cq/.claude-plugin/plugin.json +++ b/plugins/cq/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "cq", - "version": "0.7.5", + "version": "0.8.0", "description": "Shared knowledge commons for AI agents; find, share, and confirm collective knowledge to stop rediscovering the same failures.", "author": { "name": "Mozilla AI", diff --git a/plugins/cq/pyproject.toml b/plugins/cq/pyproject.toml index c31f5cc..a8bba95 100644 --- a/plugins/cq/pyproject.toml +++ b/plugins/cq/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cq-plugin" -version = "0.7.5" +version = "0.8.0" description = "cq Plugin for coding agents (e.g. Claude Code, OpenCode) - shared agent knowledge commons" requires-python = ">=3.11" license = { text = "Apache-2.0" } diff --git a/plugins/cq/uv.lock b/plugins/cq/uv.lock index 6776470..11a5218 100644 --- a/plugins/cq/uv.lock +++ b/plugins/cq/uv.lock @@ -22,7 +22,7 @@ wheels = [ [[package]] name = "cq-plugin" -version = "0.7.5" +version = "0.8.0" source = { virtual = "." } [package.dev-dependencies]