Skip to content

Commit 8fdd50d

Browse files
committed
chore(release): 1.0.3
1 parent ab1acbc commit 8fdd50d

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.3] - 2026-07-21
11+
1012
### Fixed
1113
- **Analysis env provisioning is parso-version-aware** (#107): on hosts whose default
1214
`python3` is newer than the newest grammar the installed parso ships (e.g. Python 3.14

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.2"
3+
version = "1.0.3"
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)