From 45db5267961e5766dffeb32b3f7e9f9da46d6eac Mon Sep 17 00:00:00 2001 From: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com> Date: Wed, 27 May 2026 15:22:08 -0700 Subject: [PATCH 1/2] chore: release v0.2.2 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a0ecb9..023fd20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.2.2] - 2026-05-27 + +### Changed + +- Release 0.2.2 + ## [0.2.1] - 2026-05-24 ### Added diff --git a/pyproject.toml b/pyproject.toml index 4fa4ad7..c4d42de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hotdata-runtime" -version = "0.2.1" +version = "0.2.2" description = "Workspace/session runtime primitives for Hotdata integrations" readme = "README.md" requires-python = ">=3.10" From 17cfa7e3e339855c3135a2ef73d2bea1fff14f60 Mon Sep 17 00:00:00 2001 From: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com> Date: Wed, 27 May 2026 15:24:09 -0700 Subject: [PATCH 2/2] chore: update uv.lock for v0.2.2 --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index cdee305..39a6494 100644 --- a/uv.lock +++ b/uv.lock @@ -58,7 +58,7 @@ wheels = [ [[package]] name = "hotdata-runtime" -version = "0.2.1" +version = "0.2.2" source = { editable = "." } dependencies = [ { name = "hotdata" },