diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3a1bee33..c3741ac3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.10.4", - "packages/cli": "0.10.4" + ".": "0.10.5", + "packages/cli": "0.10.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e5fcefac..31bca31b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.10.5](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.4...root-v0.10.5) (2026-06-30) + + +### Features + +* **eval:** pack --variance-probe — measure the variance an OCH pack removes (Move 2) ([#269](https://github.com/theagenticguy/opencodehub/issues/269)) ([278702a](https://github.com/theagenticguy/opencodehub/commit/278702a04fa20164be810e89f0e5d262613d582d)) +* **frameworks:** wire stage-5 import/SCIP detection into the profile phase ([#267](https://github.com/theagenticguy/opencodehub/issues/267)) ([6b4d122](https://github.com/theagenticguy/opencodehub/commit/6b4d12282e6047b4799cf4156fdb0744c0bc70fa)) +* **pack:** codehub replay — decision-equivalence structural check (Move 6) ([#270](https://github.com/theagenticguy/opencodehub/issues/270)) ([f97b417](https://github.com/theagenticguy/opencodehub/commit/f97b4173c19d75ce35a271976120c2d4d8eacef4)) + ## [0.10.4](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.3...root-v0.10.4) (2026-06-30) diff --git a/package.json b/package.json index 613dce20..51d0cbd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencodehub-monorepo", - "version": "0.10.4", + "version": "0.10.5", "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 734c058a..44ba6ff9 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.10.5](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.4...cli-v0.10.5) (2026-06-30) + + +### Features + +* **eval:** pack --variance-probe — measure the variance an OCH pack removes (Move 2) ([#269](https://github.com/theagenticguy/opencodehub/issues/269)) ([278702a](https://github.com/theagenticguy/opencodehub/commit/278702a04fa20164be810e89f0e5d262613d582d)) +* **pack:** codehub replay — decision-equivalence structural check (Move 6) ([#270](https://github.com/theagenticguy/opencodehub/issues/270)) ([f97b417](https://github.com/theagenticguy/opencodehub/commit/f97b4173c19d75ce35a271976120c2d4d8eacef4)) + ## [0.10.4](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.3...cli-v0.10.4) (2026-06-30) diff --git a/packages/cli/package.json b/packages/cli/package.json index c08c5033..5ab72f2a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/cli", - "version": "0.10.4", + "version": "0.10.5", "description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)", "license": "Apache-2.0", "repository": {