From 3fbb7f3f1c0981aa155cb671fd710223620832bc Mon Sep 17 00:00:00 2001 From: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com> Date: Wed, 27 May 2026 15:34:12 -0700 Subject: [PATCH] chore: release v0.2.3 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 023fd20..01d549b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + +## [0.2.3] - 2026-05-27 + +### Changed + +- Release 0.2.3 + ## [0.2.2] - 2026-05-27 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 52b6a36..dad394c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hotdata-runtime" -version = "0.2.2" +version = "0.2.3" description = "Workspace/session runtime primitives for Hotdata integrations" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 298078f..46a1a91 100644 --- a/uv.lock +++ b/uv.lock @@ -58,7 +58,7 @@ wheels = [ [[package]] name = "hotdata-runtime" -version = "0.2.2" +version = "0.2.3" source = { editable = "." } dependencies = [ { name = "hotdata" },