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" 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" },