Skip to content

Commit f06ec30

Browse files
committed
chore(release): 1.3.0
1 parent a0ab177 commit f06ec30

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.3.0] - 2026-08-29
99

1010
### Added
1111

@@ -43,6 +43,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4343
variables; Dockerfile `ARG` mints its own `dockerfile` namespace
4444
(build-time only, not env-detector-bindable). Compose/k8s recognition
4545
dual-mints alongside the plain `yaml` dotted-path keys, by design (#165).
46+
- The release workflow also ships the `analyzing-canpy-graphs` skill as
47+
versioned assets: `analyzing-canpy-graphs-skill.tar.gz` (SKILL.md plus the
48+
vocabulary and analyses references, Cypher-only) and the standalone
49+
`SKILL.md`, staged next to `schema.json`/`schema.cypher`.
50+
- Call arguments carry literal evidence: `PyCallArgument.value` (JSON-encoded
51+
constants) and `PyCallArgument.name` (bare identifiers) at every level.
52+
53+
### Fixed
54+
55+
- The SDG builder resolves callsites from L2-backfilled body callees (the
56+
deterministic linker-backed path) instead of Jedi's cache-sensitive
57+
`callee_signature` side channel, and the shared dataflow test fixtures
58+
build at level 2 -- removing a full-suite-only order dependence.
4659

4760
## [1.2.0] - 2026-08-26
4861

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