← back to Cli Printing Press
chore(main): release 4.0.1 (#678)
2ceed889691c0552ea12ab7d912119c4187ea363 · 2026-05-07 08:18:55 -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 2ceed889691c0552ea12ab7d912119c4187ea363
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu May 7 08:18:55 2026 -0700
chore(main): release 4.0.1 (#678)
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 a10319dd..403e2485 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "cli-printing-press",
- "version": "4.0.0",
+ "version": "4.0.1",
"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 e6f87756..cf533f28 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "4.0.0"
+ ".": "4.0.1"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74b50fe0..af798b87 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [4.0.1](https://github.com/mvanhorn/cli-printing-press/compare/v4.0.0...v4.0.1) (2026-05-07)
+
+
+### Bug Fixes
+
+* **cli:** sync module path with v4 release ([#677](https://github.com/mvanhorn/cli-printing-press/issues/677)) ([4832173](https://github.com/mvanhorn/cli-printing-press/commit/4832173d18b9a20468f2180731f69b1870b4048b))
+
## [4.0.0](https://github.com/mvanhorn/cli-printing-press/compare/v3.10.0...v4.0.0) (2026-05-07)
diff --git a/internal/version/version.go b/internal/version/version.go
index 1d9a7d04..6790ac4a 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.0" // x-release-please-version
+var Version = "4.0.1" // x-release-please-version
// pseudoVersionSuffix matches the trailing `yyyymmddhhmmss-abcdefabcdef`
// (14-digit timestamp + 12-char commit hash) shared by every Go pseudo-version
← 4832173d fix(cli): sync module path with v4 release (#677)
·
back to Cli Printing Press
·
chore(ci): clean up release workflow warnings (#679) 823412df →