Skip to content

Commit 3bda2bf

Browse files
CosmoHacclaude
andcommitted
chore: bump to v11.1.3 for PyPI (11.1.2 was missing SqlExtractor)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0274ebe commit 3bda2bf

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
## [11.1.3] - 2026-02-27
11+
12+
### Fixed
13+
- PyPI: 11.1.2 package was missing `SqlExtractor` (published before SQL was added). This release is the first PyPI version with SQL DDL support.
14+
1015
## [11.1.2] - 2026-02-27
1116

1217
### Added
@@ -464,7 +469,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
464469
- Incremental indexing via mtime + hash change detection
465470
- Git integration: churn, blame, co-change analysis
466471

467-
[Unreleased]: https://github.com/Cranot/roam-code/compare/v11.1.2...HEAD
472+
[Unreleased]: https://github.com/Cranot/roam-code/compare/v11.1.3...HEAD
473+
[11.1.3]: https://github.com/Cranot/roam-code/compare/v11.1.2...v11.1.3
468474
[11.1.2]: https://github.com/Cranot/roam-code/compare/v11.1.1...v11.1.2
469475
[11.1.1]: https://github.com/Cranot/roam-code/compare/v11.1.0...v11.1.1
470476
[11.1.0]: https://github.com/Cranot/roam-code/compare/v11.0.0...v11.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "roam-code"
7-
version = "11.1.2"
7+
version = "11.1.3"
88
description = "Instant codebase comprehension for AI coding agents"
99
readme = "README.md"
1010
requires-python = ">=3.9"

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.cranot/roam-code",
44
"description": "Instant codebase comprehension for AI coding agents. Pre-indexes symbols, call graphs, dependencies, architecture layers, and git history into a local SQLite DB. 101 MCP tools, 10 resources, 5 prompts. 27 languages. 100% local, zero API keys.",
5-
"version": "11.1.2",
5+
"version": "11.1.3",
66
"packages": [
77
{
88
"registry_name": "pypi",
99
"name": "roam-code",
10-
"version": "11.1.2",
10+
"version": "11.1.3",
1111
"runtime": "python",
1212
"runtime_arguments": [],
1313
"environment_variables": [

0 commit comments

Comments
 (0)