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
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
".": "0.6.5",
".": "0.6.6",
"packages/analysis": "0.3.2",
"packages/cli": "0.5.4",
"packages/cli": "0.5.5",
"packages/cobol-proleap": "0.1.8",
"packages/core-types": "0.3.0",
"packages/embedder": "0.1.2",
"packages/frameworks": "0.1.1",
"packages/ingestion": "0.4.4",
"packages/mcp": "0.4.3",
"packages/mcp": "0.4.4",
"packages/pack": "0.2.3",
"packages/policy": "0.1.1",
"packages/sarif": "0.1.2",
"packages/scanners": "0.2.1",
"packages/scanners": "0.2.2",
"packages/scip-ingest": "0.2.4",
"packages/search": "0.2.2",
"packages/storage": "0.2.2",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.6.6](https://github.com/theagenticguy/opencodehub/compare/root-v0.6.5...root-v0.6.6) (2026-05-29)


### Bug Fixes

* **cli:** doctor resolves @opencodehub/sarif as installed pkg, not monorepo path ([#164](https://github.com/theagenticguy/opencodehub/issues/164)) ([2b2b389](https://github.com/theagenticguy/opencodehub/commit/2b2b38939b719f8278e34c88be72949e7a8814a0))
* **scanners:** uv-first bandit[sarif] install + pip-audit pyproject.toml support ([#166](https://github.com/theagenticguy/opencodehub/issues/166)) ([5ad02d8](https://github.com/theagenticguy/opencodehub/commit/5ad02d8184df9af69e7f6a70f3860af3927b8dd7))

## [0.6.5](https://github.com/theagenticguy/opencodehub/compare/root-v0.6.4...root-v0.6.5) (2026-05-29)


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

## [0.5.5](https://github.com/theagenticguy/opencodehub/compare/cli-v0.5.4...cli-v0.5.5) (2026-05-29)


### Bug Fixes

* **cli:** doctor resolves @opencodehub/sarif as installed pkg, not monorepo path ([#164](https://github.com/theagenticguy/opencodehub/issues/164)) ([2b2b389](https://github.com/theagenticguy/opencodehub/commit/2b2b38939b719f8278e34c88be72949e7a8814a0))
* **scanners:** uv-first bandit[sarif] install + pip-audit pyproject.toml support ([#166](https://github.com/theagenticguy/opencodehub/issues/166)) ([5ad02d8](https://github.com/theagenticguy/opencodehub/commit/5ad02d8184df9af69e7f6a70f3860af3927b8dd7))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/mcp bumped to 0.4.4
* @opencodehub/scanners bumped to 0.2.2

## [0.5.4](https://github.com/theagenticguy/opencodehub/compare/cli-v0.5.3...cli-v0.5.4) (2026-05-29)


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.5.4",
"version": "0.5.5",
"description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)",
"license": "Apache-2.0",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.4.4](https://github.com/theagenticguy/opencodehub/compare/mcp-v0.4.3...mcp-v0.4.4) (2026-05-29)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @opencodehub/scanners bumped to 0.2.2

## [0.4.3](https://github.com/theagenticguy/opencodehub/compare/mcp-v0.4.2...mcp-v0.4.3) (2026-05-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencodehub/mcp",
"version": "0.4.3",
"version": "0.4.4",
"description": "OpenCodeHub — stdio MCP server exposing code-graph + group tools",
"license": "Apache-2.0",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/scanners/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.2](https://github.com/theagenticguy/opencodehub/compare/scanners-v0.2.1...scanners-v0.2.2) (2026-05-29)


### Bug Fixes

* **scanners:** uv-first bandit[sarif] install + pip-audit pyproject.toml support ([#166](https://github.com/theagenticguy/opencodehub/issues/166)) ([5ad02d8](https://github.com/theagenticguy/opencodehub/commit/5ad02d8184df9af69e7f6a70f3860af3927b8dd7))

## [0.2.1](https://github.com/theagenticguy/opencodehub/compare/scanners-v0.2.0...scanners-v0.2.1) (2026-05-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/scanners/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencodehub/scanners",
"version": "0.2.1",
"version": "0.2.2",
"description": "OpenCodeHub — Priority-1 scanner wrappers (semgrep, betterleaks, osv-scanner, bandit, biome)",
"license": "Apache-2.0",
"repository": {
Expand Down
Loading