[object Object]

← back to Cli Printing Press

chore(main): release 3.4.2 (#497)

f84853b791274a331b796a0216ee8b13df68f7c2 · 2026-05-01 22:33:00 -0700 · github-actions[bot]

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

Files touched

Diff

commit f84853b791274a331b796a0216ee8b13df68f7c2
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri May 1 22:33:00 2026 -0700

    chore(main): release 3.4.2 (#497)
    
    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 b4b6df0c..6b6debfc 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
 {
   "name": "cli-printing-press",
-  "version": "3.4.1",
+  "version": "3.4.2",
   "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 b805e9a8..2ace4480 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "3.4.1"
+  ".": "3.4.2"
 }
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7cee2a44..bf94a858 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## [3.4.2](https://github.com/mvanhorn/cli-printing-press/compare/v3.4.1...v3.4.2) (2026-05-02)
+
+
+### Code Refactoring
+
+* **cli:** reuse generated operation id params ([#496](https://github.com/mvanhorn/cli-printing-press/issues/496)) ([3110d5e](https://github.com/mvanhorn/cli-printing-press/commit/3110d5ec64f3ee56786a5bedea4a063d21ea0fe7))
+
 ## [3.4.1](https://github.com/mvanhorn/cli-printing-press/compare/v3.4.0...v3.4.1) (2026-05-02)
 
 
diff --git a/internal/version/version.go b/internal/version/version.go
index 933c96b7..0c787a36 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.1" // x-release-please-version
+var Version = "3.4.2" // x-release-please-version
 
 // pseudoVersionSuffix matches the trailing `yyyymmddhhmmss-abcdefabcdef`
 // (14-digit timestamp + 12-char commit hash) shared by every Go pseudo-version

← 3110d5ec refactor(cli): reuse generated operation id params (#496)  ·  back to Cli Printing Press  ·  fix(cli): README template recommends MCPB drag-and-drop and 0a741d32 →