← back to Cli Printing Press
chore(main): release 4.5.0 (#1134)
129644862d4e1fbde140dc83e2fd78f328884b46 · 2026-05-12 00:05:30 -0700 · Matt Van Horn
Files touched
M .claude-plugin/plugin.jsonM .release-please-manifest.jsonM CHANGELOG.mdM internal/version/version.go
Diff
commit 129644862d4e1fbde140dc83e2fd78f328884b46
Author: Matt Van Horn <mvanhorn@users.noreply.github.com>
Date: Tue May 12 00:05:30 2026 -0700
chore(main): release 4.5.0 (#1134)
---
.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 8dee7ddd..05697049 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "cli-printing-press",
- "version": "4.4.0",
+ "version": "4.5.0",
"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 fb1f343c..7aa3d567 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "4.4.0"
+ ".": "4.5.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f092609e..e540ab11 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [4.5.0](https://github.com/mvanhorn/cli-printing-press/compare/v4.4.0...v4.5.0) (2026-05-12)
+
+
+### Features
+
+* **skills:** add native code review phase to printing-press ([#1160](https://github.com/mvanhorn/cli-printing-press/issues/1160)) ([88c5b69](https://github.com/mvanhorn/cli-printing-press/commit/88c5b6966b1cdb1387f919c08b4aa21359d51762))
+* **skills:** offer browser-sniff backend install at preflight ([#1132](https://github.com/mvanhorn/cli-printing-press/issues/1132)) ([8990fc2](https://github.com/mvanhorn/cli-printing-press/commit/8990fc242ff1a4ec7c57892e2896f5cd77fd7be2))
+
## [4.4.0](https://github.com/mvanhorn/cli-printing-press/compare/v4.3.0...v4.4.0) (2026-05-11)
diff --git a/internal/version/version.go b/internal/version/version.go
index 8faf94f4..e33c080f 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.4.0" // x-release-please-version
+var Version = "4.5.0" // x-release-please-version
// pseudoVersionSuffix matches the trailing `yyyymmddhhmmss-abcdefabcdef`
// (14-digit timestamp + 12-char commit hash) shared by every Go pseudo-version
← 22cc006f docs(skills): document post-PR review contract in publish sk
·
back to Cli Printing Press
·
fix(cli): scope HTTP cache to <api>/http so invalidateCache 36976106 →