Skip to content

Commit 4c16f5b

Browse files
chore: release main (#256)
🤖 Automated release via release-please --- <details><summary>root: 0.10.1</summary> ## [0.10.1](root-v0.10.0...root-v0.10.1) (2026-06-26) ### Bug Fixes * **ingestion:** exclude venv/node_modules/cache dirs from analyze + all retrieval APIs ([#255](#255)) ([881d925](881d925)) </details> <details><summary>cli: 0.10.1</summary> ## [0.10.1](cli-v0.10.0...cli-v0.10.1) (2026-06-26) ### Chores * **cli:** Synchronize opencodehub versions </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 881d925 commit 4c16f5b

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.0",
3-
"packages/cli": "0.10.0"
2+
".": "0.10.1",
3+
"packages/cli": "0.10.1"
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.1](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.0...root-v0.10.1) (2026-06-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **ingestion:** exclude venv/node_modules/cache dirs from analyze + all retrieval APIs ([#255](https://github.com/theagenticguy/opencodehub/issues/255)) ([881d925](https://github.com/theagenticguy/opencodehub/commit/881d925626b3034f20643a296a3dc495e574920f))
9+
310
## [0.10.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.9.2...root-v0.10.0) (2026-06-26)
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.0",
3+
"version": "0.10.1",
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.1](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.0...cli-v0.10.1) (2026-06-26)
4+
5+
6+
### Chores
7+
8+
* **cli:** Synchronize opencodehub versions
9+
310
## [0.10.0](https://github.com/theagenticguy/opencodehub/compare/cli-v0.9.2...cli-v0.10.0) (2026-06-26)
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.0",
3+
"version": "0.10.1",
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)