From 60a75f8159de451320055afb2e0796b3fea636f6 Mon Sep 17 00:00:00 2001 From: DietrichGebert Date: Mon, 15 Jun 2026 11:49:37 +0200 Subject: [PATCH] chore: bump version to 4.5.0 (#60) Release-prep bump across all four plugin manifests (Claude Code, Codex, Gemini, Copilot) for v4.5.0. The cross-manifest parity test keeps them aligned. Co-authored-by: Claude Opus 4.8 (1M context) --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .github/plugin/plugin.json | 2 +- gemini-extension.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index e4219b5..b206139 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.4.0", + "version": "4.5.0", "description": "Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.", "author": { "name": "Dietrich Gebert", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 30f31da..8d19046 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.4.0", + "version": "4.5.0", "description": "Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.", "author": { "name": "Dietrich Gebert", diff --git a/.github/plugin/plugin.json b/.github/plugin/plugin.json index 8774190..75b5b2d 100644 --- a/.github/plugin/plugin.json +++ b/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "ponytail", "description": "Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.", - "version": "4.4.0", + "version": "4.5.0", "author": { "name": "Dietrich Gebert", "url": "https://github.com/DietrichGebert" diff --git a/gemini-extension.json b/gemini-extension.json index 83686db..7373407 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.4.0", + "version": "4.5.0", "description": "Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.", "contextFileName": "AGENTS.md" }