Skip to content

Commit 758f9e4

Browse files
committed
chore: release v0.6.0
1 parent dabcd59 commit 758f9e4

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
11+
## [0.6.0] - 2026-06-30
12+
1013
### Added
1114

1215
- `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.
1316

14-
1517
## [0.5.0] - 2026-06-28
1618

1719
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "hotdata-framework"
7-
version = "0.5.0"
7+
version = "0.6.0"
88
description = "Python framework for building Hotdata integrations: workspace/session runtime, query execution, and managed databases"
99
readme = "README.md"
1010
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)