← back to Cli Printing Press
chore(main): release 4.2.1 (#805)
dfb879de86d30d805e084fa7df1a24a21dc16912 · 2026-05-09 11:49:12 -0700 · Matt Van Horn
Files touched
M .claude-plugin/plugin.jsonM .release-please-manifest.jsonM CHANGELOG.mdM internal/version/version.go
Diff
commit dfb879de86d30d805e084fa7df1a24a21dc16912
Author: Matt Van Horn <mvanhorn@users.noreply.github.com>
Date: Sat May 9 11:49:12 2026 -0700
chore(main): release 4.2.1 (#805)
---
.claude-plugin/plugin.json | 2 +-
.release-please-manifest.json | 2 +-
CHANGELOG.md | 13 +++++++++++++
internal/version/version.go | 2 +-
4 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json
index 9538993e..2d20fc5b 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "cli-printing-press",
- "version": "4.2.0",
+ "version": "4.2.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 34a3350a..3d3c5268 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "4.2.0"
+ ".": "4.2.1"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ef845c5..93447168 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [4.2.1](https://github.com/mvanhorn/cli-printing-press/compare/v4.2.0...v4.2.1) (2026-05-09)
+
+
+### Bug Fixes
+
+* **catalog:** Align Google Flights catalog with Flight Goat's current wrapper ([#821](https://github.com/mvanhorn/cli-printing-press/issues/821)) ([1970210](https://github.com/mvanhorn/cli-printing-press/commit/19702102e9e0f7306c406a4519b76d280ef514c1))
+* **cli:** correct HTTP Basic auth env vars ([#810](https://github.com/mvanhorn/cli-printing-press/issues/810)) ([9bb46da](https://github.com/mvanhorn/cli-printing-press/commit/9bb46da6972900e63e7a954609bc37a87570a63e))
+* **cli:** default cookie HTML scrapes to browser transport ([#822](https://github.com/mvanhorn/cli-printing-press/issues/822)) ([7a1d83a](https://github.com/mvanhorn/cli-printing-press/commit/7a1d83ad26f96b81e877831f0a43000eaa37a85c))
+* **cli:** handle Windows shipcheck paths ([#783](https://github.com/mvanhorn/cli-printing-press/issues/783)) ([d0086ff](https://github.com/mvanhorn/cli-printing-press/commit/d0086ffe385de40e6d5cbb34c75bdb880abadf04))
+* **cli:** stop credential status overclaims ([#779](https://github.com/mvanhorn/cli-printing-press/issues/779)) ([2ff069e](https://github.com/mvanhorn/cli-printing-press/commit/2ff069e0335b4057b480a057a95ca839c20ccb30))
+* **cli:** use slash paths for embedded templates ([#794](https://github.com/mvanhorn/cli-printing-press/issues/794)) ([0020b78](https://github.com/mvanhorn/cli-printing-press/commit/0020b78a30b6bf5daa478377c6c26e5f2442987f))
+* **skills:** gate polish ship verdict on publish validate ([#789](https://github.com/mvanhorn/cli-printing-press/issues/789)) ([5e04776](https://github.com/mvanhorn/cli-printing-press/commit/5e04776b8b0e943a1b30461884d339ee5e7e67ba))
+
## [4.2.0](https://github.com/mvanhorn/cli-printing-press/compare/v4.1.0...v4.2.0) (2026-05-09)
diff --git a/internal/version/version.go b/internal/version/version.go
index 64ce86fc..5879cd6b 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 = "4.2.0" // x-release-please-version
+var Version = "4.2.1" // x-release-please-version
// pseudoVersionSuffix matches the trailing `yyyymmddhhmmss-abcdefabcdef`
// (14-digit timestamp + 12-char commit hash) shared by every Go pseudo-version
← 19702102 fix(catalog): Align Google Flights catalog with Flight Goat'
·
back to Cli Printing Press
·
fix(cli): preserve operation server host overrides (#834) 1c0d110b →