From dade8c9e5e07ff0fe0ed743a9888cf281018cf56 Mon Sep 17 00:00:00 2001 From: "codegraph-brain[bot]" <311588390+codegraph-brain[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 07:45:22 +0000 Subject: [PATCH 1/2] chore(main): release codegraph-brain 0.25.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- server.json | 4 ++-- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1cde6387..750b7a67 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.25.2" + ".": "0.25.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bf0d710..8f1c5f67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.25.3](https://github.com/zaebee/codegraph-brain/compare/codegraph-brain-v0.25.2...codegraph-brain-v0.25.3) (2026-09-18) + + +### Bug Fixes + +* **analyze:** TYPE_CHECKING imports are not a runtime dependency ([#501](https://github.com/zaebee/codegraph-brain/issues/501)) ([a6d09fe](https://github.com/zaebee/codegraph-brain/commit/a6d09fe21c5fa4dd7611ade50aea239dccde6960)) + + +### Documentation + +* auto-sync architecture graph and MCP reference ([#502](https://github.com/zaebee/codegraph-brain/issues/502)) ([a1156ec](https://github.com/zaebee/codegraph-brain/commit/a1156ec4b8cd4a4d8adfdc610dc2a31c434e11d7)) + ## [0.25.2](https://github.com/zaebee/codegraph-brain/compare/codegraph-brain-v0.25.1...codegraph-brain-v0.25.2) (2026-09-18) diff --git a/pyproject.toml b/pyproject.toml index ea984b78..fba14b75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = ["src/cgis"] [project] name = "codegraph-brain" -version = "0.25.2" +version = "0.25.3" 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 2e238577..8ca52686 100644 --- a/server.json +++ b/server.json @@ -8,13 +8,13 @@ "source": "github", "id": "1260843154" }, - "version": "0.25.2", + "version": "0.25.3", "packages": [ { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "codegraph-brain", - "version": "0.25.2", + "version": "0.25.3", "runtimeHint": "uvx", "transport": { "type": "stdio" From 9de663ae5cd47ee0403082b93bc0a9f642a8bb29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 07:45:35 +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 0c28f1f9..199cb8cb 100644 --- a/uv.lock +++ b/uv.lock @@ -261,7 +261,7 @@ wheels = [ [[package]] name = "codegraph-brain" -version = "0.25.2" +version = "0.25.3" source = { editable = "." } dependencies = [ { name = "httpx" },