[object Object]

← back to Cli Printing Press

chore(main): release 3.0.1 (#416)

aa80c9d986f29735fa6819dc2a5dc79b851aa377 · 2026-04-29 22:53:15 -0700 · github-actions[bot]

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

Files touched

Diff

commit aa80c9d986f29735fa6819dc2a5dc79b851aa377
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Apr 29 22:53:15 2026 -0700

    chore(main): release 3.0.1 (#416)
    
    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 b00a51f7..7f8dcf95 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
 {
   "name": "cli-printing-press",
-  "version": "3.0.0",
+  "version": "3.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 d4f6f299..d6f54056 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "3.0.0"
+  ".": "3.0.1"
 }
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 73ba0f72..da821520 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## [3.0.1](https://github.com/mvanhorn/cli-printing-press/compare/v3.0.0...v3.0.1) (2026-04-30)
+
+
+### Bug Fixes
+
+* **cli:** repair v3 release — version regex, module path, CI gate ([#415](https://github.com/mvanhorn/cli-printing-press/issues/415)) ([4e1db1e](https://github.com/mvanhorn/cli-printing-press/commit/4e1db1e7612431f7d711f12d45c29557910238cf))
+* **skills:** drop context: fork from output-review so AskUserQuestion works natively ([#417](https://github.com/mvanhorn/cli-printing-press/issues/417)) ([ac98c00](https://github.com/mvanhorn/cli-printing-press/commit/ac98c00ac588d8a5e9d0b7c22c59afc0773d29d3))
+
 ## [3.0.0](https://github.com/mvanhorn/cli-printing-press/compare/v2.4.0...v3.0.0) (2026-04-30)
 
 
diff --git a/internal/version/version.go b/internal/version/version.go
index 6fed5fe7..9b75625e 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 = "3.0.0" // x-release-please-version
+var Version = "3.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

← ac98c00a fix(skills): drop context: fork from output-review so AskUse  ·  back to Cli Printing Press  ·  fix(skills): keep absorb gate showcase as its own turn (#418 30370ebb →