← back to Cli Printing Press
chore(main): release 4.0.2 (#684)
da078d0efa533f5e9b88e8cd7c58d604916bbae5 · 2026-05-07 11:27:58 -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 da078d0efa533f5e9b88e8cd7c58d604916bbae5
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu May 7 11:27:58 2026 -0700
chore(main): release 4.0.2 (#684)
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 403e2485..be3374bc 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "cli-printing-press",
- "version": "4.0.1",
+ "version": "4.0.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 cf533f28..1778b2a6 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "4.0.1"
+ ".": "4.0.2"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af798b87..0bb27d25 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [4.0.2](https://github.com/mvanhorn/cli-printing-press/compare/v4.0.1...v4.0.2) (2026-05-07)
+
+
+### Bug Fixes
+
+* **skills:** align publish with library-backed skill mirror ([#683](https://github.com/mvanhorn/cli-printing-press/issues/683)) ([9642032](https://github.com/mvanhorn/cli-printing-press/commit/964203239d54f342d108df9218908d6bef574ee5))
+
## [4.0.1](https://github.com/mvanhorn/cli-printing-press/compare/v4.0.0...v4.0.1) (2026-05-07)
diff --git a/internal/version/version.go b/internal/version/version.go
index 6790ac4a..5568c9cf 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.1" // x-release-please-version
+var Version = "4.0.2" // x-release-please-version
// pseudoVersionSuffix matches the trailing `yyyymmddhhmmss-abcdefabcdef`
// (14-digit timestamp + 12-char commit hash) shared by every Go pseudo-version
← 96420323 fix(skills): align publish with library-backed skill mirror
·
back to Cli Printing Press
·
fix(cli): derive Google Discovery resources from operationId 39cbc189 →