[object Object]

← back to Cli Printing Press

chore(main): release 2.3.0 (#250)

5353fb38f70268d673f22e7e7ce67a08e137b215 · 2026-04-23 20:18:39 -0700 · github-actions[bot]

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

Files touched

Diff

commit 5353fb38f70268d673f22e7e7ce67a08e137b215
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu Apr 23 20:18:39 2026 -0700

    chore(main): release 2.3.0 (#250)
    
    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 15fd37d9..9ce9043d 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
 {
   "name": "cli-printing-press",
-  "version": "2.2.0",
+  "version": "2.3.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 a5d1cf28..9965a341 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "2.2.0"
+  ".": "2.3.0"
 }
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f45e92b3..12d97dd1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## [2.3.0](https://github.com/mvanhorn/cli-printing-press/compare/v2.2.0...v2.3.0) (2026-04-23)
+
+
+### Features
+
+* **cli:** add machine-owned freshness coverage ([#249](https://github.com/mvanhorn/cli-printing-press/issues/249)) ([4291b3b](https://github.com/mvanhorn/cli-printing-press/commit/4291b3b96f9ddc4306e101d88588f2edd0a41e5b))
+
 ## [2.2.0](https://github.com/mvanhorn/cli-printing-press/compare/v2.1.0...v2.2.0) (2026-04-23)
 
 
diff --git a/internal/version/version.go b/internal/version/version.go
index c8c8e05b..cb146d51 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.2.0" // x-release-please-version
+var Version = "2.3.0" // x-release-please-version
 
 func init() {
 	info, ok := debug.ReadBuildInfo()

← 4291b3b9 feat(cli): add machine-owned freshness coverage (#249)  ·  back to Cli Printing Press  ·  fix(cli): quote paths in emboss stderr output to prevent she 1645e962 →