From c3692a89b22603be54e135ef494c02e490a1d99f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 03:11:09 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 2 +- 5 files changed, 31 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 962631cb..fbfd9873 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 b894aa04..634f6b37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.11.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.8...root-v0.11.0) (2026-07-09) + + +### ⚠ 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)) + + +### Bug Fixes + +* **sarif:** guard optional chain in baseline.test.ts for Biome 2.5.3 ([#291](https://github.com/theagenticguy/opencodehub/issues/291)) ([919e94f](https://github.com/theagenticguy/opencodehub/commit/919e94f17f47239203473c35fd4da3887457cebf)) + ## [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 5156d338..7453f1ac 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 ac97855c..7d0155d3 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-09) + + +### ⚠ 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 cf7bbc5f..47dae58f 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": {