From c97887cae97cfb3f3997f24b079ec5723e9b8125 Mon Sep 17 00:00:00 2001 From: Olli-Pekka Heinisuo Date: Mon, 27 Jul 2026 13:40:53 +0300 Subject: [PATCH] chore: prepare 0.6.5 release Bump the root CLI, plugin manifests, Gemini extension, and MCP registry package entry to 0.6.5. Keep @githits/mcp at 0.6.3 because this release does not change its published package surface. --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- .plugin/plugin.json | 2 +- gemini-extension.json | 2 +- package.json | 2 +- plugins/claude/.claude-plugin/plugin.json | 2 +- server.json | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index bd79f52..4f804ca 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "The code context layer for AI coding agents", - "version": "0.6.4" + "version": "0.6.5" }, "plugins": [ { diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index efc0f50..0c4afa8 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "githits", - "version": "0.6.4", + "version": "0.6.5", "description": "The code context layer for AI coding agents", "author": { "name": "GitHits" diff --git a/.plugin/plugin.json b/.plugin/plugin.json index efc0f50..0c4afa8 100644 --- a/.plugin/plugin.json +++ b/.plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "githits", - "version": "0.6.4", + "version": "0.6.5", "description": "The code context layer for AI coding agents", "author": { "name": "GitHits" diff --git a/gemini-extension.json b/gemini-extension.json index 86994ce..160ec1a 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "githits", - "version": "0.6.4", + "version": "0.6.5", "description": "The code context layer for AI coding agents", "mcpServers": { "githits": { diff --git a/package.json b/package.json index 4cbc9db..2162eec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "githits", "description": "The code context layer for AI coding agents", - "version": "0.6.4", + "version": "0.6.5", "mcpName": "com.githits/githits", "type": "module", "workspaces": [ diff --git a/plugins/claude/.claude-plugin/plugin.json b/plugins/claude/.claude-plugin/plugin.json index efc0f50..0c4afa8 100644 --- a/plugins/claude/.claude-plugin/plugin.json +++ b/plugins/claude/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "githits", - "version": "0.6.4", + "version": "0.6.5", "description": "The code context layer for AI coding agents", "author": { "name": "GitHits" diff --git a/server.json b/server.json index a46d710..250a276 100644 --- a/server.json +++ b/server.json @@ -16,7 +16,7 @@ "source": "github", "id": "1165453165" }, - "version": "0.6.4", + "version": "0.6.5", "remotes": [ { "type": "streamable-http", @@ -28,7 +28,7 @@ "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "identifier": "githits", - "version": "0.6.4", + "version": "0.6.5", "runtimeHint": "npx", "transport": { "type": "stdio"