diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ef25c9e..202ade3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.9.0", - "packages/cli": "0.9.0" + ".": "0.9.1", + "packages/cli": "0.9.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fb88519..f1ac8eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.9.1](https://github.com/theagenticguy/opencodehub/compare/root-v0.9.0...root-v0.9.1) (2026-06-14) + + +### Features + +* diff-scoped change-pack (impacted subgraph + affected tests + cost estimate) with CLI/MCP parity ([#234](https://github.com/theagenticguy/opencodehub/issues/234)) ([4e5e705](https://github.com/theagenticguy/opencodehub/commit/4e5e7052712174ed997d889417931a433367532f)) + + +### Bug Fixes + +* **ingestion,cli:** make a broken parser fail loud, not silently produce a symbol-free graph ([#204](https://github.com/theagenticguy/opencodehub/issues/204)) ([94b9165](https://github.com/theagenticguy/opencodehub/commit/94b9165766704b99366b8d8f3e8b42ba497ad25e)) + ## [0.9.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.8.6...root-v0.9.0) (2026-06-13) diff --git a/package.json b/package.json index c5e2756..2abd47f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencodehub-monorepo", - "version": "0.9.0", + "version": "0.9.1", "private": true, "description": "OpenCodeHub — Apache-2.0 code intelligence graph + MCP server for AI coding agents", "license": "Apache-2.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a67ecb5..2d6b632 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.9.1](https://github.com/theagenticguy/opencodehub/compare/cli-v0.9.0...cli-v0.9.1) (2026-06-14) + + +### Features + +* diff-scoped change-pack (impacted subgraph + affected tests + cost estimate) with CLI/MCP parity ([#234](https://github.com/theagenticguy/opencodehub/issues/234)) ([4e5e705](https://github.com/theagenticguy/opencodehub/commit/4e5e7052712174ed997d889417931a433367532f)) + + +### Bug Fixes + +* **ingestion,cli:** make a broken parser fail loud, not silently produce a symbol-free graph ([#204](https://github.com/theagenticguy/opencodehub/issues/204)) ([94b9165](https://github.com/theagenticguy/opencodehub/commit/94b9165766704b99366b8d8f3e8b42ba497ad25e)) + ## [0.9.0](https://github.com/theagenticguy/opencodehub/compare/cli-v0.8.6...cli-v0.9.0) (2026-06-13) diff --git a/packages/cli/package.json b/packages/cli/package.json index b53e0e6..9c53384 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/cli", - "version": "0.9.0", + "version": "0.9.1", "description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)", "license": "Apache-2.0", "repository": {