diff --git a/CHANGELOG.md b/CHANGELOG.md index 6be97af..2524247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + +## [0.1.6] - 2026-06-28 + +### Changed + +- Raise the minimum `hotdata` SDK version to `>=0.5.0` (was `>=0.4.1`). Verified + end-to-end against the 0.5.0 SDK: no API drift in the surface the backend uses, + full offline test suite passing, and a live create/upload/query/drop flow. +- Renamed internal references and architecture guardrails from `hotdata-runtime` + to `hotdata-framework` to track the renamed sibling package. `hotdata-ibis` + continues to depend only on the `hotdata` SDK, not `hotdata-framework`. + ## [0.1.5] - 2026-06-01 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 12dd0a0..11e8938 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hotdata-ibis" -version = "0.1.5" +version = "0.1.6" description = "Ibis backend for Hotdata federated SQL API (depends on the hotdata SDK only; not hotdata-framework)" readme = "README.md" requires-python = ">=3.10"