Skip to content

Commit ff82ef3

Browse files
chore: release main
1 parent a3d44ad commit ff82ef3

5 files changed

Lines changed: 30 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.9.1",
3-
"packages/cli": "0.9.1"
2+
".": "0.9.2",
3+
"packages/cli": "0.9.2"
44
}

CHANGELOG.md

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

3+
## [0.9.2](https://github.com/theagenticguy/opencodehub/compare/root-v0.9.1...root-v0.9.2) (2026-06-22)
4+
5+
6+
### Features
7+
8+
* **analysis:** plumbing sieve + candidate_business tag (deterministic, advisory) ([#248](https://github.com/theagenticguy/opencodehub/issues/248)) ([383b719](https://github.com/theagenticguy/opencodehub/commit/383b71928143825ebbef37686604540f69e71163))
9+
* **ingestion:** business-logic analyze phase — populate likely_plumbing + candidate_business ([#249](https://github.com/theagenticguy/opencodehub/issues/249)) ([a3d44ad](https://github.com/theagenticguy/opencodehub/commit/a3d44adc9c1b63fcc1f9ea09278aff584d3619e0))
10+
* **storage:** single-file SQLite + WASM embedder — zero native dependencies ([#245](https://github.com/theagenticguy/opencodehub/issues/245)) ([c72c84f](https://github.com/theagenticguy/opencodehub/commit/c72c84fe810884fb4287ff0c519707cf4b23fa7c))
11+
12+
13+
### Bug Fixes
14+
15+
* **storage:** purge stale lbug/DuckDB refs after ADR 0019; fix 2 latent bugs ([#247](https://github.com/theagenticguy/opencodehub/issues/247)) ([90f40a2](https://github.com/theagenticguy/opencodehub/commit/90f40a2b313a8021f72063d858e91ba25c0421b9))
16+
317
## [0.9.1](https://github.com/theagenticguy/opencodehub/compare/root-v0.9.0...root-v0.9.1) (2026-06-14)
418

519

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.9.1",
3+
"version": "0.9.2",
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.9.2](https://github.com/theagenticguy/opencodehub/compare/cli-v0.9.1...cli-v0.9.2) (2026-06-22)
4+
5+
6+
### Features
7+
8+
* **storage:** single-file SQLite + WASM embedder — zero native dependencies ([#245](https://github.com/theagenticguy/opencodehub/issues/245)) ([c72c84f](https://github.com/theagenticguy/opencodehub/commit/c72c84fe810884fb4287ff0c519707cf4b23fa7c))
9+
10+
11+
### Bug Fixes
12+
13+
* **storage:** purge stale lbug/DuckDB refs after ADR 0019; fix 2 latent bugs ([#247](https://github.com/theagenticguy/opencodehub/issues/247)) ([90f40a2](https://github.com/theagenticguy/opencodehub/commit/90f40a2b313a8021f72063d858e91ba25c0421b9))
14+
315
## [0.9.1](https://github.com/theagenticguy/opencodehub/compare/cli-v0.9.0...cli-v0.9.1) (2026-06-14)
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.9.1",
3+
"version": "0.9.2",
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)