From 75cbc52c47ae4d0f1326dda458017e237aba6b8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 02:03:38 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 2 +- 5 files changed, 26 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7767d9a..a381e67 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.9.2", - "packages/cli": "0.9.2" + ".": "0.10.0", + "packages/cli": "0.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dfc257..38e4e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.10.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.9.2...root-v0.10.0) (2026-06-26) + + +### ⚠ BREAKING CHANGES + +* **embedder:** existing indexes must be rebuilt with `codehub analyze --embeddings`; the embedder-fingerprint guard refuses queries against a stale-dim store, and the analyze path suppresses the content-hash cache on a model-id change to prevent a mixed-dimension store. + +### Features + +* **embedder:** swap embedding model gte-modernbert-base → F2LLM-v2-80M (320-dim) ([#252](https://github.com/theagenticguy/opencodehub/issues/252)) ([789d0da](https://github.com/theagenticguy/opencodehub/commit/789d0dade5733f3b8d3aef480e7cc9eacad1163d)) + ## [0.9.2](https://github.com/theagenticguy/opencodehub/compare/root-v0.9.1...root-v0.9.2) (2026-06-24) diff --git a/package.json b/package.json index dd025e3..4c6c438 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencodehub-monorepo", - "version": "0.9.2", + "version": "0.10.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 3875f3e..dced341 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.10.0](https://github.com/theagenticguy/opencodehub/compare/cli-v0.9.2...cli-v0.10.0) (2026-06-26) + + +### ⚠ BREAKING CHANGES + +* **embedder:** existing indexes must be rebuilt with `codehub analyze --embeddings`; the embedder-fingerprint guard refuses queries against a stale-dim store, and the analyze path suppresses the content-hash cache on a model-id change to prevent a mixed-dimension store. + +### Features + +* **embedder:** swap embedding model gte-modernbert-base → F2LLM-v2-80M (320-dim) ([#252](https://github.com/theagenticguy/opencodehub/issues/252)) ([789d0da](https://github.com/theagenticguy/opencodehub/commit/789d0dade5733f3b8d3aef480e7cc9eacad1163d)) + ## [0.9.2](https://github.com/theagenticguy/opencodehub/compare/cli-v0.9.1...cli-v0.9.2) (2026-06-24) diff --git a/packages/cli/package.json b/packages/cli/package.json index d80f227..d68f16a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/cli", - "version": "0.9.2", + "version": "0.10.0", "description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)", "license": "Apache-2.0", "repository": {