diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe0627..f77430a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.6.0] - 2026-06-30 + ### Added - `HotdataClient.add_managed_table(database, table, *, schema)` declares a new table on an existing managed database (wrapping the SDK `add_database_table` endpoint). This allows additive schema evolution without recreating the database. - ## [0.5.0] - 2026-06-28 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 8b2faf0..dd00b17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hotdata-framework" -version = "0.5.0" +version = "0.6.0" description = "Python framework for building Hotdata integrations: workspace/session runtime, query execution, and managed databases" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 347ffb2..b064212 100644 --- a/uv.lock +++ b/uv.lock @@ -101,7 +101,7 @@ wheels = [ [[package]] name = "hotdata-framework" -version = "0.5.0" +version = "0.6.0" source = { editable = "." } dependencies = [ { name = "hotdata" },