Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/ingestion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/ingestion/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading