diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5234838..8e84326 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,10 +1,10 @@ { - ".": "0.2.0", + ".": "0.3.0", "packages/analysis": "0.1.1", - "packages/cli": "0.2.0", + "packages/cli": "0.2.1", "packages/core-types": "0.2.0", "packages/embedder": "0.1.1", - "packages/ingestion": "0.2.0", + "packages/ingestion": "0.3.0", "packages/mcp": "0.2.0", "packages/sarif": "0.1.1", "packages/scanners": "0.1.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index ffcbe6c..4048793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.2.0...root-v0.3.0) (2026-05-12) + + +### ⚠ BREAKING CHANGES + +* **ingestion:** OCH_NATIVE_PARSER=1 + Dart now throws instead of loading a native binding. Real impact: zero for npm installs; the binding never worked there anyway. + +### Bug Fixes + +* **ingestion:** drop tree-sitter-dart git-URL dep — Dart is WASM-only on npm ([b709f64](https://github.com/theagenticguy/opencodehub/commit/b709f64f73080ca1444e8f52f961009d581c3fdf)) + ## [0.2.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.1.1...root-v0.2.0) (2026-05-12) diff --git a/package.json b/package.json index 3ba873f..c5d59b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencodehub-monorepo", - "version": "0.2.0", + "version": "0.3.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 83d2db6..56985ba 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.2.1](https://github.com/theagenticguy/opencodehub/compare/cli-v0.2.0...cli-v0.2.1) (2026-05-12) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/ingestion bumped to 0.3.0 + ## [0.2.0](https://github.com/theagenticguy/opencodehub/compare/cli-v0.1.0...cli-v0.2.0) (2026-05-12) diff --git a/packages/cli/package.json b/packages/cli/package.json index cf9bb9e..cb5af07 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/cli", - "version": "0.2.0", + "version": "0.2.1", "description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)", "license": "Apache-2.0", "repository": { diff --git a/packages/ingestion/CHANGELOG.md b/packages/ingestion/CHANGELOG.md index 8e6c045..a562d65 100644 --- a/packages/ingestion/CHANGELOG.md +++ b/packages/ingestion/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.0](https://github.com/theagenticguy/opencodehub/compare/ingestion-v0.2.0...ingestion-v0.3.0) (2026-05-12) + + +### ⚠ BREAKING CHANGES + +* **ingestion:** OCH_NATIVE_PARSER=1 + Dart now throws instead of loading a native binding. Real impact: zero for npm installs; the binding never worked there anyway. + +### Bug Fixes + +* **ingestion:** drop tree-sitter-dart git-URL dep — Dart is WASM-only on npm ([b709f64](https://github.com/theagenticguy/opencodehub/commit/b709f64f73080ca1444e8f52f961009d581c3fdf)) + ## [0.2.0](https://github.com/theagenticguy/opencodehub/compare/ingestion-v0.1.0...ingestion-v0.2.0) (2026-05-12) diff --git a/packages/ingestion/package.json b/packages/ingestion/package.json index 9d7ba35..8277c12 100644 --- a/packages/ingestion/package.json +++ b/packages/ingestion/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/ingestion", - "version": "0.2.0", + "version": "0.3.0", "description": "OpenCodeHub — indexing pipeline (12-phase DAG, tree-sitter, language providers)", "license": "Apache-2.0", "repository": {