Skip to content

Commit baaa418

Browse files
committed
chore(release): 1.1.1
1 parent 310d292 commit baaa418

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.1.1] - 2026-07-27
11+
1012
### Fixed
1113
- **L4 SDG port layer is connected to the statement ddg** (#115): the binding
1214
edges `def stmt → actual_in`, `actual_out → callsite`, `formal_in → first use`

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.1.0"
3+
version = "1.1.1"
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)