Skip to content

Commit 42ccafb

Browse files
authored
chore: release hotdata-runtime v0.2.1 (#12)
* chore: release v0.2.1 * chore: improve changelog notes for v0.2.1 * chore: update lockfile for v0.2.1 --------- Co-authored-by: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com>
1 parent 629b018 commit 42ccafb

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
11+
## [0.2.1] - 2026-05-24
12+
13+
### Added
14+
15+
- `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"."<schema>"."<table>"`. Behaviour is unchanged when `database` is omitted.
16+
1017
## [0.2.0] - 2026-05-24
1118

1219
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "hotdata-runtime"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Workspace/session runtime primitives for Hotdata integrations"
99
readme = "README.md"
1010
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)