← back to Cli Printing Press
chore(main): release 4.0.4 (#692)
af70886c4c8cafb024564e417097f5d10619243a · 2026-05-07 20:41:45 -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 af70886c4c8cafb024564e417097f5d10619243a
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu May 7 20:41:45 2026 -0700
chore(main): release 4.0.4 (#692)
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 c4c10076..f2e3ac17 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "cli-printing-press",
- "version": "4.0.3",
+ "version": "4.0.4",
"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 453aad70..b3c3305f 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "4.0.3"
+ ".": "4.0.4"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8e96634..0e71a411 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [4.0.4](https://github.com/mvanhorn/cli-printing-press/compare/v4.0.3...v4.0.4) (2026-05-08)
+
+
+### Bug Fixes
+
+* **cli:** dedupe regen-merge registrations by command use ([#690](https://github.com/mvanhorn/cli-printing-press/issues/690)) ([fe625c6](https://github.com/mvanhorn/cli-printing-press/commit/fe625c6bd9b0641401165a0f5659f92edf3737da))
+* **cli:** strip leading Markdown headings from CLI descriptions ([#691](https://github.com/mvanhorn/cli-printing-press/issues/691)) ([b188dc2](https://github.com/mvanhorn/cli-printing-press/commit/b188dc2d607e41abb63c104be512607cf4e3436b))
+
## [4.0.3](https://github.com/mvanhorn/cli-printing-press/compare/v4.0.2...v4.0.3) (2026-05-07)
diff --git a/internal/version/version.go b/internal/version/version.go
index ee7aa947..272f3b01 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.3" // x-release-please-version
+var Version = "4.0.4" // x-release-please-version
// pseudoVersionSuffix matches the trailing `yyyymmddhhmmss-abcdefabcdef`
// (14-digit timestamp + 12-char commit hash) shared by every Go pseudo-version
← b188dc2d fix(cli): strip leading Markdown headings from CLI descripti
·
back to Cli Printing Press
·
fix(cli): add scoped govulncheck gates (#699) ac75b83c →