From 73e59379dcc4e4746c992d36af2e0568844737f5 Mon Sep 17 00:00:00 2001 From: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com> Date: Sun, 24 May 2026 12:43:21 -0700 Subject: [PATCH 1/2] chore: release v0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8517e7..db85d11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hotdata-runtime" -version = "0.1.1" +version = "0.2.0" description = "Workspace/session runtime primitives for Hotdata integrations" readme = "README.md" requires-python = ">=3.10" From 8617fb7f8d4c0c0965685fff47f2ad37fe0f066f Mon Sep 17 00:00:00 2001 From: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com> Date: Sun, 24 May 2026 12:45:09 -0700 Subject: [PATCH 2/2] chore: re-lock for v0.2.0 --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index a6f56a5..489a070 100644 --- a/uv.lock +++ b/uv.lock @@ -58,7 +58,7 @@ wheels = [ [[package]] name = "hotdata-runtime" -version = "0.1.1" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "hotdata" },