diff --git a/CHANGELOG.md b/CHANGELOG.md index ac161a1..65be689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v1.4.4] - 2026-07-22 + ### Fixed - **Published wheels bundle the `codeanalyzer-java` JAR again.** Every hatchling-built wheel/sdist since v1.2.0 shipped without the JAR, so `pip install cldk` + `CLDK.java(...)` raised diff --git a/pyproject.toml b/pyproject.toml index 8f9b381..442abea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cldk" -version = "1.4.3" +version = "1.4.4" description = "The official Python SDK for Codellm-Devkit." readme = "README.md" license = { text = "Apache-2.0" } diff --git a/uv.lock b/uv.lock index 4f68f2a..10150fe 100644 --- a/uv.lock +++ b/uv.lock @@ -300,7 +300,7 @@ wheels = [ [[package]] name = "cldk" -version = "1.4.3" +version = "1.4.4" source = { editable = "." } dependencies = [ { name = "clang" },