[object Object]

← back to Cli Printing Press

chore(main): release 2.3.7 (#299)

574fc27d8d61b9d2f48c8d0cacbc03708d85222f · 2026-04-26 00:20:48 -0700 · github-actions[bot]

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

Files touched

Diff

commit 574fc27d8d61b9d2f48c8d0cacbc03708d85222f
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sun Apr 26 00:20:48 2026 -0700

    chore(main): release 2.3.7 (#299)
    
    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 64369be4..bfd7fab0 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
 {
   "name": "cli-printing-press",
-  "version": "2.3.6",
+  "version": "2.3.7",
   "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 53cc652d..5f34bb6c 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "2.3.6"
+  ".": "2.3.7"
 }
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77edbb69..2c5c4063 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## [2.3.7](https://github.com/mvanhorn/cli-printing-press/compare/v2.3.6...v2.3.7) (2026-04-26)
+
+
+### Bug Fixes
+
+* **cli:** use /v2 module path so go install reports correct version ([#298](https://github.com/mvanhorn/cli-printing-press/issues/298)) ([1ab789e](https://github.com/mvanhorn/cli-printing-press/commit/1ab789ea583abcf1a8fe5e0d8719a024cab5308c))
+* **cli:** use strconv.Atoi for major-version parsing in guard test ([#300](https://github.com/mvanhorn/cli-printing-press/issues/300)) ([0cc7017](https://github.com/mvanhorn/cli-printing-press/commit/0cc70170f37f8dc6c5e38b6253ed03cec64ae5ed))
+
 ## [2.3.6](https://github.com/mvanhorn/cli-printing-press/compare/v2.3.5...v2.3.6) (2026-04-26)
 
 
diff --git a/internal/version/version.go b/internal/version/version.go
index 9b3d7e46..9ec1f54f 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 = "2.3.6" // x-release-please-version
+var Version = "2.3.7" // x-release-please-version
 
 // pseudoVersionSuffix matches the trailing `yyyymmddhhmmss-abcdefabcdef`
 // (14-digit timestamp + 12-char commit hash) shared by every Go pseudo-version

← 0cc70170 fix(cli): use strconv.Atoi for major-version parsing in guar  ·  back to Cli Printing Press  ·  fix(cli): retro #301 — six improvements from recipe-goat reg 8aad8d85 →