Skip to content

Commit 9716632

Browse files
committed
chore(release): 1.0.2
1 parent 18e8a1c commit 9716632

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.2] - 2026-07-16
11+
1012
### Fixed
1113
- **Neo4j `code` property was silently null** (#104): schema v2 removed the per-node `code`
1214
field (source lives once on `PyModule.source`, sliced by spans), but the Neo4j projection

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "codeanalyzer-python"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Static analysis for Python — canonical schema v2 (symbol table, call graph, and native CFG/PDG/SDG dataflow) as analysis.json or a Neo4j property graph."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)