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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.9.0",
"packages/cli": "0.9.0"
".": "0.9.1",
"packages/cli": "0.9.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.9.1](https://github.com/theagenticguy/opencodehub/compare/root-v0.9.0...root-v0.9.1) (2026-06-14)


### Features

* diff-scoped change-pack (impacted subgraph + affected tests + cost estimate) with CLI/MCP parity ([#234](https://github.com/theagenticguy/opencodehub/issues/234)) ([4e5e705](https://github.com/theagenticguy/opencodehub/commit/4e5e7052712174ed997d889417931a433367532f))


### Bug Fixes

* **ingestion,cli:** make a broken parser fail loud, not silently produce a symbol-free graph ([#204](https://github.com/theagenticguy/opencodehub/issues/204)) ([94b9165](https://github.com/theagenticguy/opencodehub/commit/94b9165766704b99366b8d8f3e8b42ba497ad25e))

## [0.9.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.8.6...root-v0.9.0) (2026-06-13)


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.9.0",
"version": "0.9.1",
"private": true,
"description": "OpenCodeHub — Apache-2.0 code intelligence graph + MCP server for AI coding agents",
"license": "Apache-2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.9.1](https://github.com/theagenticguy/opencodehub/compare/cli-v0.9.0...cli-v0.9.1) (2026-06-14)


### Features

* diff-scoped change-pack (impacted subgraph + affected tests + cost estimate) with CLI/MCP parity ([#234](https://github.com/theagenticguy/opencodehub/issues/234)) ([4e5e705](https://github.com/theagenticguy/opencodehub/commit/4e5e7052712174ed997d889417931a433367532f))


### Bug Fixes

* **ingestion,cli:** make a broken parser fail loud, not silently produce a symbol-free graph ([#204](https://github.com/theagenticguy/opencodehub/issues/204)) ([94b9165](https://github.com/theagenticguy/opencodehub/commit/94b9165766704b99366b8d8f3e8b42ba497ad25e))

## [0.9.0](https://github.com/theagenticguy/opencodehub/compare/cli-v0.8.6...cli-v0.9.0) (2026-06-13)


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.9.0",
"version": "0.9.1",
"description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)",
"license": "Apache-2.0",
"repository": {
Expand Down
Loading