From 6b535590155325e5e9034dc96d7d8ce9f9690927 Mon Sep 17 00:00:00 2001 From: Anoop Narang Date: Tue, 11 Aug 2026 22:57:26 +0530 Subject: [PATCH] chore: release v0.5.0 --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c06d17..8436541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.5.0] - 2026-08-11 + ### Removed - **Breaking:** session/sandbox support is gone. `ibis.hotdata.connect()` no @@ -38,7 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 0.9.0 makes both required, so a listing response omitting them fails validation for the whole call rather than that field. The API always sends them. - ## [0.4.0] - 2026-07-22 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 755cdb2..fcd697b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hotdata-ibis" -version = "0.4.0" +version = "0.5.0" description = "Ibis backend for Hotdata federated SQL API (depends on the hotdata SDK only; not hotdata-framework)" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index f10e820..24b4691 100644 --- a/uv.lock +++ b/uv.lock @@ -142,7 +142,7 @@ wheels = [ [[package]] name = "hotdata-ibis" -version = "0.4.0" +version = "0.5.0" source = { editable = "." } dependencies = [ { name = "hotdata" },