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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading