Skip to content

Commit 08ab971

Browse files
committed
chore(release): 1.1.0
1 parent 55eb4a3 commit 08ab971

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.0] - 2026-07-27
11+
1012
### Changed
1113
- The Scalpel-backed L4 points-to oracle is now **vendored** (`typed_ast`-free)
1214
and the default on all supported Python (3.9–3.14); `python-scalpel` is no

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