← back to Cli Printing Press
chore(main): release 3.7.0 (#523)
d364472be938efa2aaa3aef1c240d8c3f4616873 · 2026-05-02 23:59:14 -0700 · github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Files touched
M .claude-plugin/plugin.jsonM .release-please-manifest.jsonM CHANGELOG.mdM internal/version/version.go
Diff
commit d364472be938efa2aaa3aef1c240d8c3f4616873
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat May 2 23:59:14 2026 -0700
chore(main): release 3.7.0 (#523)
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 | 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 6e300115..25e32cde 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "cli-printing-press",
- "version": "3.6.2",
+ "version": "3.7.0",
"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 39773fd6..2a266f81 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "3.6.2"
+ ".": "3.7.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55156c1b..27a8672c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [3.7.0](https://github.com/mvanhorn/cli-printing-press/compare/v3.6.2...v3.7.0) (2026-05-03)
+
+
+### Features
+
+* **skills:** pre-generation MCP enrichment for large surfaces ([#522](https://github.com/mvanhorn/cli-printing-press/issues/522)) ([53be120](https://github.com/mvanhorn/cli-printing-press/commit/53be12097d48f1b22fd05aab43c90fa6b52df4e8))
+* **skills:** retro defaults to don't-file; adversarial triage gates ([#524](https://github.com/mvanhorn/cli-printing-press/issues/524)) ([3c04a06](https://github.com/mvanhorn/cli-printing-press/commit/3c04a0656324c82ea41bac6191d822904eb24953))
+
## [3.6.2](https://github.com/mvanhorn/cli-printing-press/compare/v3.6.1...v3.6.2) (2026-05-03)
diff --git a/internal/version/version.go b/internal/version/version.go
index 14eb97e7..0b16dfde 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.2" // x-release-please-version
+var Version = "3.7.0" // x-release-please-version
// pseudoVersionSuffix matches the trailing `yyyymmddhhmmss-abcdefabcdef`
// (14-digit timestamp + 12-char commit hash) shared by every Go pseudo-version
← 3c04a065 feat(skills): retro defaults to don't-file; adversarial tria
·
back to Cli Printing Press
·
fix(cli): FedEx retro batch — 5 small fixes (WU-2, WU-3, WU- e761d04d →