From 8de34cc797da3c5e0f91372ad358680034a74328 Mon Sep 17 00:00:00 2001 From: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com> Date: Sun, 24 May 2026 17:30:29 -0700 Subject: [PATCH 1/3] chore: release v0.2.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38793ad..cd28596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.2.1] - 2026-05-24 + +### Changed + +- Release 0.2.1 + ## [0.2.0] - 2026-05-24 ### Changed diff --git a/pyproject.toml b/pyproject.toml index db85d11..9058ead 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hotdata-runtime" -version = "0.2.0" +version = "0.2.1" description = "Workspace/session runtime primitives for Hotdata integrations" readme = "README.md" requires-python = ">=3.10" From c39dca23d0bc1217a826f803c8ed9598ea5120b2 Mon Sep 17 00:00:00 2001 From: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com> Date: Sun, 24 May 2026 17:33:29 -0700 Subject: [PATCH 2/3] chore: improve changelog notes for v0.2.1 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd28596..7a0ecb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.2.1] - 2026-05-24 -### Changed +### Added -- Release 0.2.1 +- `execute_sql` accepts an optional `database` keyword argument. When provided, the database name is resolved to an ID and sent as the `X-Database-Id` header so SQL can reference managed database tables as `"default"."".""`. Behaviour is unchanged when `database` is omitted. ## [0.2.0] - 2026-05-24 From 1143e1c5abc790ac0cec37e03ce32830e61f49b2 Mon Sep 17 00:00:00 2001 From: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com> Date: Sun, 24 May 2026 17:35:26 -0700 Subject: [PATCH 3/3] chore: update lockfile for v0.2.1 --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 489a070..e4a1fdb 100644 --- a/uv.lock +++ b/uv.lock @@ -58,7 +58,7 @@ wheels = [ [[package]] name = "hotdata-runtime" -version = "0.2.0" +version = "0.2.1" source = { editable = "." } dependencies = [ { name = "hotdata" },