[object Object]

← back to Cli Printing Press

chore(main): release 3.4.3 (#499)

ec74c7a92739ef1a64aedafa2580386e03ec5937 · 2026-05-01 23:52:55 -0700 · github-actions[bot]

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

Files touched

Diff

commit ec74c7a92739ef1a64aedafa2580386e03ec5937
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri May 1 23:52:55 2026 -0700

    chore(main): release 3.4.3 (#499)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
 .claude-plugin/plugin.json    | 2 +-
 .release-please-manifest.json | 2 +-
 CHANGELOG.md                  | 7 +++++++
 internal/version/version.go   | 2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json
index 6b6debfc..00003e8b 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
 {
   "name": "cli-printing-press",
-  "version": "3.4.2",
+  "version": "3.4.3",
   "description": "Generate production Go CLIs from API descriptions or OpenAPI specs",
   "repository": "mvanhorn/cli-printing-press"
 }
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 2ace4480..f7212cbd 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "3.4.2"
+  ".": "3.4.3"
 }
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf94a858..e0e5bb14 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## [3.4.3](https://github.com/mvanhorn/cli-printing-press/compare/v3.4.2...v3.4.3) (2026-05-02)
+
+
+### Bug Fixes
+
+* **cli:** README template recommends MCPB drag-and-drop and skill install ([#498](https://github.com/mvanhorn/cli-printing-press/issues/498)) ([0a741d3](https://github.com/mvanhorn/cli-printing-press/commit/0a741d32fad4a930c52378cd2d1d1a111b51bcae))
+
 ## [3.4.2](https://github.com/mvanhorn/cli-printing-press/compare/v3.4.1...v3.4.2) (2026-05-02)
 
 
diff --git a/internal/version/version.go b/internal/version/version.go
index 0c787a36..16f991f2 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -8,7 +8,7 @@ import (
 
 // Version is the current printing-press version. It is set at build time
 // via ldflags for tagged releases, or falls back to the hardcoded value.
-var Version = "3.4.2" // x-release-please-version
+var Version = "3.4.3" // x-release-please-version
 
 // pseudoVersionSuffix matches the trailing `yyyymmddhhmmss-abcdefabcdef`
 // (14-digit timestamp + 12-char commit hash) shared by every Go pseudo-version

← 0a741d32 fix(cli): README template recommends MCPB drag-and-drop and  ·  back to Cli Printing Press  ·  fix(cli): route resource base urls through mcp surfaces (#50 2817bdc7 →