Skip to content

Commit dcc1a66

Browse files
chore: release main (#262)
🤖 Automated release via release-please --- <details><summary>root: 0.10.3</summary> ## [0.10.3](root-v0.10.2...root-v0.10.3) (2026-06-29) ### Features * **frameworks:** wire stage-3 config-AST evidence into detection ([#264](#264)) ([18e08b2](18e08b2)) * **pack:** context-bom read-receipt (9th BOM item) + real production provenance ([#261](#261)) ([b936af2](b936af2)) ### Bug Fixes * wire four dropped injection seams (F1–F4 from the latent-bug sweep) ([#263](#263)) ([dde590e](dde590e)) </details> <details><summary>cli: 0.10.3</summary> ## [0.10.3](cli-v0.10.2...cli-v0.10.3) (2026-06-29) ### Features * **pack:** context-bom read-receipt (9th BOM item) + real production provenance ([#261](#261)) ([b936af2](b936af2)) ### Bug Fixes * wire four dropped injection seams (F1–F4 from the latent-bug sweep) ([#263](#263)) ([dde590e](dde590e)) </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> Co-authored-by: Laith Al-Saadoon <9553966+theagenticguy@users.noreply.github.com>
1 parent f6341f8 commit dcc1a66

5 files changed

Lines changed: 29 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.2",
3-
"packages/cli": "0.10.2"
2+
".": "0.10.3",
3+
"packages/cli": "0.10.3"
44
}

CHANGELOG.md

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

3+
## [0.10.3](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.2...root-v0.10.3) (2026-06-29)
4+
5+
6+
### Features
7+
8+
* **frameworks:** wire stage-3 config-AST evidence into detection ([#264](https://github.com/theagenticguy/opencodehub/issues/264)) ([18e08b2](https://github.com/theagenticguy/opencodehub/commit/18e08b213b8c3dd6f216b715318bb1185066c841))
9+
* **pack:** context-bom read-receipt (9th BOM item) + real production provenance ([#261](https://github.com/theagenticguy/opencodehub/issues/261)) ([b936af2](https://github.com/theagenticguy/opencodehub/commit/b936af25ec531fc021b6a54fc4c4419203e6a8e3))
10+
11+
12+
### Bug Fixes
13+
14+
* wire four dropped injection seams (F1–F4 from the latent-bug sweep) ([#263](https://github.com/theagenticguy/opencodehub/issues/263)) ([dde590e](https://github.com/theagenticguy/opencodehub/commit/dde590ed32eac79a2121f2ba8341351b0c83d3ac))
15+
316
## [0.10.2](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.1...root-v0.10.2) (2026-06-28)
417

518

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.2",
3+
"version": "0.10.3",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.10.3](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.2...cli-v0.10.3) (2026-06-29)
4+
5+
6+
### Features
7+
8+
* **pack:** context-bom read-receipt (9th BOM item) + real production provenance ([#261](https://github.com/theagenticguy/opencodehub/issues/261)) ([b936af2](https://github.com/theagenticguy/opencodehub/commit/b936af25ec531fc021b6a54fc4c4419203e6a8e3))
9+
10+
11+
### Bug Fixes
12+
13+
* wire four dropped injection seams (F1–F4 from the latent-bug sweep) ([#263](https://github.com/theagenticguy/opencodehub/issues/263)) ([dde590e](https://github.com/theagenticguy/opencodehub/commit/dde590ed32eac79a2121f2ba8341351b0c83d3ac))
14+
315
## [0.10.2](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.1...cli-v0.10.2) (2026-06-28)
416

517

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.2",
3+
"version": "0.10.3",
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)