← back to Cli Printing Press
chore(main): release 4.0.5 (#700)
e601b211aca9fce6b58732548ac629d222ac86f3 · 2026-05-07 22:55:26 -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 e601b211aca9fce6b58732548ac629d222ac86f3
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu May 7 22:55:26 2026 -0700
chore(main): release 4.0.5 (#700)
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 f2e3ac17..b3739495 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "cli-printing-press",
- "version": "4.0.4",
+ "version": "4.0.5",
"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 b3c3305f..824fecd7 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "4.0.4"
+ ".": "4.0.5"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e71a411..06163257 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [4.0.5](https://github.com/mvanhorn/cli-printing-press/compare/v4.0.4...v4.0.5) (2026-05-08)
+
+
+### Bug Fixes
+
+* **cli:** add scoped govulncheck gates ([#699](https://github.com/mvanhorn/cli-printing-press/issues/699)) ([ac75b83](https://github.com/mvanhorn/cli-printing-press/commit/ac75b83ccb7804433579d163d0798774c1c7051b))
+
## [4.0.4](https://github.com/mvanhorn/cli-printing-press/compare/v4.0.3...v4.0.4) (2026-05-08)
diff --git a/internal/version/version.go b/internal/version/version.go
index 272f3b01..6486d436 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 = "4.0.4" // x-release-please-version
+var Version = "4.0.5" // x-release-please-version
// pseudoVersionSuffix matches the trailing `yyyymmddhhmmss-abcdefabcdef`
// (14-digit timestamp + 12-char commit hash) shared by every Go pseudo-version
← ac75b83c fix(cli): add scoped govulncheck gates (#699)
·
back to Cli Printing Press
·
fix(cli): parse x-mcp extension in OpenAPI parser (#702) 41c87cf8 →