Skip to content

Commit a4fcad5

Browse files
chore: release main (#266)
🤖 Automated release via release-please --- <details><summary>root: 0.10.4</summary> ## [0.10.4](root-v0.10.3...root-v0.10.4) (2026-06-30) ### Features * **analysis:** symbol-level scan enrichment (blastRadius + community) + converge resolver ([#265](#265)) ([817a54d](817a54d)) </details> <details><summary>cli: 0.10.4</summary> ## [0.10.4](cli-v0.10.3...cli-v0.10.4) (2026-06-30) ### Features * **analysis:** symbol-level scan enrichment (blastRadius + community) + converge resolver ([#265](#265)) ([817a54d](817a54d)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 817a54d commit a4fcad5

5 files changed

Lines changed: 18 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.10.3",
3-
"packages/cli": "0.10.3"
2+
".": "0.10.4",
3+
"packages/cli": "0.10.4"
44
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.10.4](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.3...root-v0.10.4) (2026-06-30)
4+
5+
6+
### Features
7+
8+
* **analysis:** symbol-level scan enrichment (blastRadius + community) + converge resolver ([#265](https://github.com/theagenticguy/opencodehub/issues/265)) ([817a54d](https://github.com/theagenticguy/opencodehub/commit/817a54d5a6708dd21be9b7779704c3ada78a926d))
9+
310
## [0.10.3](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.2...root-v0.10.3) (2026-06-29)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencodehub-monorepo",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"private": true,
55
"description": "OpenCodeHub — Apache-2.0 code intelligence graph + MCP server for AI coding agents",
66
"license": "Apache-2.0",

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.10.4](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.3...cli-v0.10.4) (2026-06-30)
4+
5+
6+
### Features
7+
8+
* **analysis:** symbol-level scan enrichment (blastRadius + community) + converge resolver ([#265](https://github.com/theagenticguy/opencodehub/issues/265)) ([817a54d](https://github.com/theagenticguy/opencodehub/commit/817a54d5a6708dd21be9b7779704c3ada78a926d))
9+
310
## [0.10.3](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.2...cli-v0.10.3) (2026-06-29)
411

512

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencodehub/cli",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)