From b545f1536a37435a27b90eb4ac211bf0e223194a Mon Sep 17 00:00:00 2001 From: DietrichGebert Date: Mon, 15 Jun 2026 00:01:51 +0200 Subject: [PATCH] chore: bump version to 4.3.0 (#38) Release-prep bump across the Claude Code, Codex, and Gemini manifests. Cutting v4.3.0 also fixes #33: gemini extensions install pulls the latest GitHub release, and gemini-extension.json was added after v4.2.0, so it was missing from the release tarball. Shipping it in a release fixes the plain install command. Co-authored-by: Claude Opus 4.8 (1M context) --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- gemini-extension.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index ad74747..8ff26e4 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.2.0", + "version": "4.3.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 e63412f..080caa8 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.2.0", + "version": "4.3.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/gemini-extension.json b/gemini-extension.json index 5acba13..d17a5d9 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.2.0", + "version": "4.3.0", "description": "Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.", "contextFileName": "AGENTS.md" }