← back to Cli Printing Press
chore(main): release 3.6.2 (#520)
d5594764d4e9036853dff0cbe2e4588c01e37b28 · 2026-05-02 21:33:05 -0700 · github-actions[bot]
Files touched
M .claude-plugin/plugin.jsonM .release-please-manifest.jsonM CHANGELOG.mdM internal/version/version.go
Diff
commit d5594764d4e9036853dff0cbe2e4588c01e37b28
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat May 2 21:33:05 2026 -0700
chore(main): release 3.6.2 (#520)
---
.claude-plugin/plugin.json | 2 +-
.release-please-manifest.json | 2 +-
CHANGELOG.md | 8 ++++++++
internal/version/version.go | 2 +-
4 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json
index 206933d7..6e300115 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "cli-printing-press",
- "version": "3.6.1",
+ "version": "3.6.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 ea3a8f88..39773fd6 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "3.6.1"
+ ".": "3.6.2"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b4eed8b..55156c1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [3.6.2](https://github.com/mvanhorn/cli-printing-press/compare/v3.6.1...v3.6.2) (2026-05-03)
+
+
+### Bug Fixes
+
+* **cli:** MCP template ports — NoCache=true + codeOrch stopword filter (refs [#515](https://github.com/mvanhorn/cli-printing-press/issues/515) F1, F4) ([#521](https://github.com/mvanhorn/cli-printing-press/issues/521)) ([734e00d](https://github.com/mvanhorn/cli-printing-press/commit/734e00d14d73c55de921c8840910900b6ff041cd))
+* **cli:** scorer respects runtime MCP surface selection (refs [#516](https://github.com/mvanhorn/cli-printing-press/issues/516) WU-A4) ([#519](https://github.com/mvanhorn/cli-printing-press/issues/519)) ([358e46a](https://github.com/mvanhorn/cli-printing-press/commit/358e46a67a8e961d6096f0290d32429fd6cd2960))
+
## [3.6.1](https://github.com/mvanhorn/cli-printing-press/compare/v3.6.0...v3.6.1) (2026-05-02)
diff --git a/internal/version/version.go b/internal/version/version.go
index cc663f89..14eb97e7 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.1" // x-release-please-version
+var Version = "3.6.2" // x-release-please-version
// pseudoVersionSuffix matches the trailing `yyyymmddhhmmss-abcdefabcdef`
// (14-digit timestamp + 12-char commit hash) shared by every Go pseudo-version
← 734e00d1 fix(cli): MCP template ports — NoCache=true + codeOrch stopw
·
back to Cli Printing Press
·
feat(skills): pre-generation MCP enrichment for large surfac 53be1209 →