Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: (not blocking) This entry is the scripts/update_changelog.py placeholder that fires when [Unreleased] is empty, but PR #13 (hotdata SDK upgrade to 0.2.4, including the descriptionname rename fix on CreateDatabaseRequest/DatabaseSummary/DatabaseDetailResponse) landed since 0.2.1. Users reading CHANGELOG for 0.2.2 won't see that. Consider replacing the placeholder with something like:

Suggested change
- Release 0.2.2
### Changed
- Upgrade `hotdata` dependency to `>=0.2.4`; adapt to the SDK rename of `description``name` on `CreateDatabaseRequest`, `DatabaseSummary`, and `DatabaseDetailResponse`.


## [0.2.1] - 2026-05-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading