From 2b029ba364750cf3a16fd4d18effb78055a473e5 Mon Sep 17 00:00:00 2001 From: "codegraph-brain[bot]" <311588390+codegraph-brain[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 15:57:45 +0000 Subject: [PATCH 1/2] chore(main): release codegraph-brain 0.25.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- server.json | 4 ++-- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 750b7a67..a9bd4304 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.25.3" + ".": "0.25.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1c5f67..a796fcf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.25.4](https://github.com/zaebee/codegraph-brain/compare/codegraph-brain-v0.25.3...codegraph-brain-v0.25.4) (2026-09-25) + + +### Bug Fixes + +* **resolver:** resolve TypeScript imports of declaration files ([#511](https://github.com/zaebee/codegraph-brain/issues/511)) ([db8c578](https://github.com/zaebee/codegraph-brain/commit/db8c578272671c0f06f454c4402ae2f60b05a93d)), closes [#507](https://github.com/zaebee/codegraph-brain/issues/507) +* **resolver:** resolve TypeScript imports of workspace packages ([#506](https://github.com/zaebee/codegraph-brain/issues/506)) ([50c353f](https://github.com/zaebee/codegraph-brain/commit/50c353fea6382b60aa0356fe0cb5205a1054d859)) + + +### Documentation + +* auto-sync architecture graph and MCP reference ([#509](https://github.com/zaebee/codegraph-brain/issues/509)) ([8429fd4](https://github.com/zaebee/codegraph-brain/commit/8429fd41fc3b0f46d73286a5ce530d11fcd0df7f)) + ## [0.25.3](https://github.com/zaebee/codegraph-brain/compare/codegraph-brain-v0.25.2...codegraph-brain-v0.25.3) (2026-09-18) diff --git a/pyproject.toml b/pyproject.toml index fba14b75..79541946 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = ["src/cgis"] [project] name = "codegraph-brain" -version = "0.25.3" +version = "0.25.4" description = "Semantic code graph for AI agents — deterministic FQN resolution, impact analysis and architectural drift gates, exposed over MCP." readme = "README.md" requires-python = ">=3.12" diff --git a/server.json b/server.json index 8ca52686..f4a49337 100644 --- a/server.json +++ b/server.json @@ -8,13 +8,13 @@ "source": "github", "id": "1260843154" }, - "version": "0.25.3", + "version": "0.25.4", "packages": [ { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "codegraph-brain", - "version": "0.25.3", + "version": "0.25.4", "runtimeHint": "uvx", "transport": { "type": "stdio" From 176bd5582f8c1b27328e6f035fb73a57f08e6e70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 15:57:59 +0000 Subject: [PATCH 2/2] chore: re-lock uv.lock for the release --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 199cb8cb..5eb3bc86 100644 --- a/uv.lock +++ b/uv.lock @@ -261,7 +261,7 @@ wheels = [ [[package]] name = "codegraph-brain" -version = "0.25.3" +version = "0.25.4" source = { editable = "." } dependencies = [ { name = "httpx" },