← back to Cli Printing Press
chore(main): release 4.0.3 (#686)
2c538be186fe828bc80dbc6a7126a6ebb9320825 · 2026-05-07 14:00:12 -0700 · github-actions[bot]
Files touched
M .claude-plugin/plugin.jsonM .release-please-manifest.jsonM CHANGELOG.mdM internal/version/version.go
Diff
commit 2c538be186fe828bc80dbc6a7126a6ebb9320825
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu May 7 14:00:12 2026 -0700
chore(main): release 4.0.3 (#686)
---
.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 be3374bc..c4c10076 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "cli-printing-press",
- "version": "4.0.2",
+ "version": "4.0.3",
"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 1778b2a6..453aad70 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "4.0.2"
+ ".": "4.0.3"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0bb27d25..c8e96634 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [4.0.3](https://github.com/mvanhorn/cli-printing-press/compare/v4.0.2...v4.0.3) (2026-05-07)
+
+
+### Bug Fixes
+
+* **cli:** derive Google Discovery resources from operationIds ([#680](https://github.com/mvanhorn/cli-printing-press/issues/680)) ([39cbc18](https://github.com/mvanhorn/cli-printing-press/commit/39cbc18971a10aba41bbc56a68e1710a03bb063d))
+
## [4.0.2](https://github.com/mvanhorn/cli-printing-press/compare/v4.0.1...v4.0.2) (2026-05-07)
diff --git a/internal/version/version.go b/internal/version/version.go
index 5568c9cf..ee7aa947 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.2" // x-release-please-version
+var Version = "4.0.3" // x-release-please-version
// pseudoVersionSuffix matches the trailing `yyyymmddhhmmss-abcdefabcdef`
// (14-digit timestamp + 12-char commit hash) shared by every Go pseudo-version
← 39cbc189 fix(cli): derive Google Discovery resources from operationId
·
back to Cli Printing Press
·
fix(cli): dedupe regen-merge registrations by command use (# fe625c6b →