diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 256a545..5332fbe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "0.6.0", + ".": "0.6.1", "packages/analysis": "0.3.0", - "packages/cli": "0.5.0", + "packages/cli": "0.5.1", "packages/cobol-proleap": "0.1.5", "packages/core-types": "0.3.0", "packages/embedder": "0.1.2", diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a795c..0182341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.1](https://github.com/theagenticguy/opencodehub/compare/root-v0.6.0...root-v0.6.1) (2026-05-17) + + +### Bug Fixes + +* **cli:** code-pack must open temporal store for embeddings staging ([#121](https://github.com/theagenticguy/opencodehub/issues/121)) ([f609542](https://github.com/theagenticguy/opencodehub/commit/f609542b9f7ba3476433cb58f918607176133423)) + ## [0.6.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.5.0...root-v0.6.0) (2026-05-16) diff --git a/package.json b/package.json index c8a6109..bd3bfbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencodehub-monorepo", - "version": "0.6.0", + "version": "0.6.1", "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 4372949..fc1b749 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1](https://github.com/theagenticguy/opencodehub/compare/cli-v0.5.0...cli-v0.5.1) (2026-05-17) + + +### Bug Fixes + +* **cli:** code-pack must open temporal store for embeddings staging ([#121](https://github.com/theagenticguy/opencodehub/issues/121)) ([f609542](https://github.com/theagenticguy/opencodehub/commit/f609542b9f7ba3476433cb58f918607176133423)) + ## [0.5.0](https://github.com/theagenticguy/opencodehub/compare/cli-v0.4.0...cli-v0.5.0) (2026-05-16) diff --git a/packages/cli/package.json b/packages/cli/package.json index f4ca80b..ea5cdae 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/cli", - "version": "0.5.0", + "version": "0.5.1", "description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)", "license": "Apache-2.0", "repository": {