Skip to content

Commit 775925c

Browse files
authored
chore(release): 1.4.2 (#262)
1 parent 110e35a commit 775925c

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v1.4.2] - 2026-07-14
11+
12+
### Fixed
13+
- **Intra-class method calls resolve to the method again.** Upgraded `codeanalyzer-python`
14+
0.3.0 → 0.3.1, which fixes callee resolution for `self._method(...)` calls: the call graph
15+
previously pointed such edges at the *class* node (truncating call chains at their deepest
16+
hop) and could omit receiver-method edges entirely. Call-site `callee_signature` now names
17+
the method, and `PyCallsite` gains an additive `arguments` field.
18+
(codellm-devkit/codeanalyzer-python#94, #260)
19+
1020
## [v1.4.1] - 2026-07-14
1121

1222
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cldk"
3-
version = "1.4.1"
3+
version = "1.4.2"
44
description = "The official Python SDK for Codellm-Devkit."
55
readme = "README.md"
66
license = { text = "Apache-2.0" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)