From 8f64bcafcea5da78ce9bc0ddff6946dc5bc87cdb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 00:14:08 +0000 Subject: [PATCH 1/2] chore: release main --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) 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": { From 48e3763ed283438149841181b3fb283c54a1346f Mon Sep 17 00:00:00 2001 From: Laith Al-Saadoon Date: Sun, 17 May 2026 00:15:01 +0000 Subject: [PATCH 2/2] chore: trigger CI on release-please PR