diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 962631c..fbfd987 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.10.8", - "packages/cli": "0.10.8" + ".": "0.11.0", + "packages/cli": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b894aa0..fabd299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.11.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.8...root-v0.11.0) (2026-07-08) + + +### ⚠ BREAKING CHANGES + +* **repo:** retire the summarizer package and LLM symbol-summary feature ([#284](https://github.com/theagenticguy/opencodehub/issues/284)) + +### Features + +* **repo:** retire the summarizer package and LLM symbol-summary feature ([#284](https://github.com/theagenticguy/opencodehub/issues/284)) ([54d5c85](https://github.com/theagenticguy/opencodehub/commit/54d5c850701ead6af45f6f1293dbc97d94258c76)) + ## [0.10.8](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.7...root-v0.10.8) (2026-07-04) diff --git a/package.json b/package.json index 1088eea..d7be371 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencodehub-monorepo", - "version": "0.10.8", + "version": "0.11.0", "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 ac97855..6ca4bf1 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.11.0](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.8...cli-v0.11.0) (2026-07-08) + + +### ⚠ BREAKING CHANGES + +* **repo:** retire the summarizer package and LLM symbol-summary feature ([#284](https://github.com/theagenticguy/opencodehub/issues/284)) + +### Features + +* **repo:** retire the summarizer package and LLM symbol-summary feature ([#284](https://github.com/theagenticguy/opencodehub/issues/284)) ([54d5c85](https://github.com/theagenticguy/opencodehub/commit/54d5c850701ead6af45f6f1293dbc97d94258c76)) + ## [0.10.8](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.7...cli-v0.10.8) (2026-07-04) diff --git a/packages/cli/package.json b/packages/cli/package.json index d1166f8..b891fe2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/cli", - "version": "0.10.8", + "version": "0.11.0", "description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)", "license": "Apache-2.0", "repository": {