From cd1bc6188f5397d42e6f1c05012ccd4f271981c8 Mon Sep 17 00:00:00 2001 From: Shefeek Jinnah Date: Mon, 20 Jul 2026 12:11:32 +0530 Subject: [PATCH] chore: release v0.8.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 b3dbb3b..a90f262 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.8.0] - 2026-07-20 + ### Changed - `load_managed_table` accepts a `key` argument — the merge key columns for @@ -14,7 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 declared at table creation. Omit it to use the table's declared key; ignored for `replace`/`append`. Requires `hotdata>=0.8.0`. - ## [0.7.3] - 2026-07-16 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 8fb7fcb..f33b06d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hotdata-framework" -version = "0.7.3" +version = "0.8.0" description = "Python framework for building Hotdata integrations: workspace/session runtime, query execution, and managed databases" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index f47e3a2..b22d4aa 100644 --- a/uv.lock +++ b/uv.lock @@ -101,7 +101,7 @@ wheels = [ [[package]] name = "hotdata-framework" -version = "0.7.3" +version = "0.8.0" source = { editable = "." } dependencies = [ { name = "hotdata" },