← back to Cli Printing Press
chore(main): release 2.3.5 (#295)
19e996ae019f26426ccbf4a53fb2341ebd340784 · 2026-04-25 16:33:47 -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 19e996ae019f26426ccbf4a53fb2341ebd340784
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat Apr 25 16:33:47 2026 -0700
chore(main): release 2.3.5 (#295)
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 8322563a..a288c2cb 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "cli-printing-press",
- "version": "2.3.4",
+ "version": "2.3.5",
"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 8d10c8a3..9cbd27f6 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "2.3.4"
+ ".": "2.3.5"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 374c5f2a..cc25eb83 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.3.5](https://github.com/mvanhorn/cli-printing-press/compare/v2.3.4...v2.3.5) (2026-04-25)
+
+
+### Bug Fixes
+
+* **cli:** normalize generated env var prefixes ([#294](https://github.com/mvanhorn/cli-printing-press/issues/294)) ([0aafafa](https://github.com/mvanhorn/cli-printing-press/commit/0aafafa34b7f7ad6d07eb0c6b9afb1b179debd43))
+
## [2.3.4](https://github.com/mvanhorn/cli-printing-press/compare/v2.3.3...v2.3.4) (2026-04-25)
diff --git a/internal/version/version.go b/internal/version/version.go
index 25e4774a..976c40ca 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -7,7 +7,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.4" // x-release-please-version
+var Version = "2.3.5" // x-release-please-version
func init() {
info, ok := debug.ReadBuildInfo()
← 0aafafa3 fix(cli): normalize generated env var prefixes (#294)
·
back to Cli Printing Press
·
fix(cli): normalize routing prefixes in OpenAPI paths (#296) 1e06456c →