Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.4.2] - 2026-07-14

### Fixed
- **Intra-class method calls resolve to the method again.** Upgraded `codeanalyzer-python`
0.3.0 → 0.3.1, which fixes callee resolution for `self._method(...)` calls: the call graph
previously pointed such edges at the *class* node (truncating call chains at their deepest
hop) and could omit receiver-method edges entirely. Call-site `callee_signature` now names
the method, and `PyCallsite` gains an additive `arguments` field.
(codellm-devkit/codeanalyzer-python#94, #260)

## [v1.4.1] - 2026-07-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
[project]
name = "cldk"
version = "1.4.1"
version = "1.4.2"
description = "The official Python SDK for Codellm-Devkit."
readme = "README.md"
license = { text = "Apache-2.0" }
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.