[object Object]

← back to Cli Printing Press

chore(main): release 3.6.1 (#512)

83df8ae749edcec6a80ef7af02b31766d61328e0 · 2026-05-02 15:37:28 -0700 · github-actions[bot]

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

Files touched

Diff

commit 83df8ae749edcec6a80ef7af02b31766d61328e0
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sat May 2 15:37:28 2026 -0700

    chore(main): release 3.6.1 (#512)
    
    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 22743d47..206933d7 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
 {
   "name": "cli-printing-press",
-  "version": "3.6.0",
+  "version": "3.6.1",
   "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 dc703804..ea3a8f88 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "3.6.0"
+  ".": "3.6.1"
 }
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3bc690be..5b4eed8b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## [3.6.1](https://github.com/mvanhorn/cli-printing-press/compare/v3.6.0...v3.6.1) (2026-05-02)
+
+
+### Bug Fixes
+
+* **cli:** OpenAPI parser walks per-operation servers as fallback ([#511](https://github.com/mvanhorn/cli-printing-press/issues/511)) ([702f54a](https://github.com/mvanhorn/cli-printing-press/commit/702f54a1455919be3516a104266f30ea3216fd60))
+
 ## [3.6.0](https://github.com/mvanhorn/cli-printing-press/compare/v3.5.0...v3.6.0) (2026-05-02)
 
 
diff --git a/internal/version/version.go b/internal/version/version.go
index 28466ee2..cc663f89 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.6.0" // x-release-please-version
+var Version = "3.6.1" // x-release-please-version
 
 // pseudoVersionSuffix matches the trailing `yyyymmddhhmmss-abcdefabcdef`
 // (14-digit timestamp + 12-char commit hash) shared by every Go pseudo-version

← 702f54a1 fix(cli): OpenAPI parser walks per-operation servers as fall  ·  back to Cli Printing Press  ·  fix(cli): scorer respects runtime MCP surface selection (ref 358e46a6 →