diff --git a/CHANGELOG.md b/CHANGELOG.md index 01d549b..3e022be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + +## [0.2.4] - 2026-06-01 + +### Changed + +- Release 0.2.4 + ## [0.2.3] - 2026-05-27 ### Changed diff --git a/pyproject.toml b/pyproject.toml index dad394c..26518ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hotdata-runtime" -version = "0.2.3" +version = "0.2.4" description = "Workspace/session runtime primitives for Hotdata integrations" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 46a1a91..e5731b9 100644 --- a/uv.lock +++ b/uv.lock @@ -58,7 +58,7 @@ wheels = [ [[package]] name = "hotdata-runtime" -version = "0.2.3" +version = "0.2.4" source = { editable = "." } dependencies = [ { name = "hotdata" },