← back to Cli Printing Press
chore(main): release 2.1.0 (#181)
7e640716b7f396258ff7e2cec047125b184c53ca · 2026-04-12 06:30:45 -0700 · github-actions[bot]
Files touched
M .claude-plugin/plugin.jsonM .release-please-manifest.jsonM CHANGELOG.mdM internal/version/version.go
Diff
commit 7e640716b7f396258ff7e2cec047125b184c53ca
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun Apr 12 06:30:45 2026 -0700
chore(main): release 2.1.0 (#181)
---
.claude-plugin/plugin.json | 2 +-
.release-please-manifest.json | 2 +-
CHANGELOG.md | 12 ++++++++++++
internal/version/version.go | 2 +-
4 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json
index f8d12cf5..c2e7836b 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "cli-printing-press",
- "version": "2.0.0",
+ "version": "2.1.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 895bf0e3..969d3dbf 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "2.0.0"
+ ".": "2.1.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbd6e22b..4b0bc1ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [2.1.0](https://github.com/mvanhorn/cli-printing-press/compare/v2.0.0...v2.1.0) (2026-04-12)
+
+
+### Features
+
+* **skills:** add DeepWiki codebase analysis to research phase ([#156](https://github.com/mvanhorn/cli-printing-press/issues/156)) ([6cc5a5f](https://github.com/mvanhorn/cli-printing-press/commit/6cc5a5f6d2d204714c478e404ec97e34659c6657))
+
+
+### Bug Fixes
+
+* **ci:** make validate-catalog fail loud on missing base ref ([#180](https://github.com/mvanhorn/cli-printing-press/issues/180)) ([8239f28](https://github.com/mvanhorn/cli-printing-press/commit/8239f28bbf5841ce623796fbdf79bbd9761847aa))
+
## [2.0.0](https://github.com/mvanhorn/cli-printing-press/compare/v1.3.2...v2.0.0) (2026-04-12)
diff --git a/internal/version/version.go b/internal/version/version.go
index bca90071..8b2c2ee3 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.0.0" // x-release-please-version
+var Version = "2.1.0" // x-release-please-version
func init() {
info, ok := debug.ReadBuildInfo()
← 8239f28b fix(ci): make validate-catalog fail loud on missing base ref
·
back to Cli Printing Press
·
fix(cli): add transitive reachability to dogfood dead functi b436b081 →