← back to Cli Printing Press
chore(main): release 1.3.2 (#167)
33d1ba11eb8c688fd3b7834a8ff17baf4eec5f88 · 2026-04-10 22:17:45 -0700 · github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Files touched
M .claude-plugin/marketplace.jsonM .claude-plugin/plugin.jsonM .release-please-manifest.jsonM CHANGELOG.mdM internal/version/version.go
Diff
commit 33d1ba11eb8c688fd3b7834a8ff17baf4eec5f88
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri Apr 10 22:17:45 2026 -0700
chore(main): release 1.3.2 (#167)
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 1cc3810b..40e2eac4 100644
--- a/.claude-plugin/marketplace.json
+++ b/.claude-plugin/marketplace.json
@@ -6,7 +6,7 @@
"plugins": [
{
"name": "cli-printing-press",
- "version": "1.3.1",
+ "version": "1.3.2",
"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 c27d05f8..839f74f7 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "cli-printing-press",
- "version": "1.3.1",
+ "version": "1.3.2",
"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 9049e2fd..0bb4db26 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "1.3.1"
+ ".": "1.3.2"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 34aff85c..cddfd5ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.3.2](https://github.com/mvanhorn/cli-printing-press/compare/v1.3.1...v1.3.2) (2026-04-11)
+
+
+### Bug Fixes
+
+* **skills:** enforce sniff gate with marker file contract ([#166](https://github.com/mvanhorn/cli-printing-press/issues/166)) ([e8aa611](https://github.com/mvanhorn/cli-printing-press/commit/e8aa611cc91077a513328141953567d8677f3489))
+
## [1.3.1](https://github.com/mvanhorn/cli-printing-press/compare/v1.3.0...v1.3.1) (2026-04-11)
diff --git a/internal/version/version.go b/internal/version/version.go
index dd36d7b8..bea9ca2f 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.1" // x-release-please-version
+var Version = "1.3.2" // x-release-please-version
func init() {
info, ok := debug.ReadBuildInfo()
← e8aa611c fix(skills): enforce sniff gate with marker file contract (#
·
back to Cli Printing Press
·
fix: use git-subdir source for printing-press-library plugin ac47b18e →