[object Object]

← back to Cli Printing Press

chore(main): release 1.3.1 (#165)

32d167a6f48095629f1d09a10254ffe27310ab7f · 2026-04-10 21:54:50 -0700 · github-actions[bot]

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

Files touched

Diff

commit 32d167a6f48095629f1d09a10254ffe27310ab7f
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Apr 10 21:54:50 2026 -0700

    chore(main): release 1.3.1 (#165)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
 .claude-plugin/marketplace.json | 2 +-
 .claude-plugin/plugin.json      | 2 +-
 .release-please-manifest.json   | 2 +-
 CHANGELOG.md                    | 7 +++++++
 internal/version/version.go     | 2 +-
 5 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json
index c83e4fe5..1cc3810b 100644
--- a/.claude-plugin/marketplace.json
+++ b/.claude-plugin/marketplace.json
@@ -6,7 +6,7 @@
   "plugins": [
     {
       "name": "cli-printing-press",
-      "version": "1.3.0",
+      "version": "1.3.1",
       "description": "Describe your API. Get a production CLI. Generates Go CLI tools from OpenAPI specs or natural language descriptions.",
       "author": {
         "name": "mvanhorn"
diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json
index 43ccee69..c27d05f8 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
 {
   "name": "cli-printing-press",
-  "version": "1.3.0",
+  "version": "1.3.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 96f1cd94..9049e2fd 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "1.3.0"
+  ".": "1.3.1"
 }
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae321f6e..34aff85c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## [1.3.1](https://github.com/mvanhorn/cli-printing-press/compare/v1.3.0...v1.3.1) (2026-04-11)
+
+
+### Bug Fixes
+
+* **cli:** address Kalshi retro findings — --name flag, sync keys, primary key detection ([#163](https://github.com/mvanhorn/cli-printing-press/issues/163)) ([#164](https://github.com/mvanhorn/cli-printing-press/issues/164)) ([ab7f83c](https://github.com/mvanhorn/cli-printing-press/commit/ab7f83c97ef5c5babfe41fdf498df0eeb43bd03d))
+
 ## [1.3.0](https://github.com/mvanhorn/cli-printing-press/compare/v1.2.1...v1.3.0) (2026-04-11)
 
 
diff --git a/internal/version/version.go b/internal/version/version.go
index 2a3b6b2f..dd36d7b8 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 = "1.3.0" // x-release-please-version
+var Version = "1.3.1" // x-release-please-version
 
 func init() {
 	info, ok := debug.ReadBuildInfo()

← ab7f83c9 fix(cli): address Kalshi retro findings — --name flag, sync  ·  back to Cli Printing Press  ·  fix(skills): enforce sniff gate with marker file contract (# e8aa611c →