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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


Copy link
Copy Markdown

Choose a reason for hiding this comment

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

super nit: this leaves a stray double blank line under ## [Unreleased] (lines 9–10). Collapsing to a single blank line keeps the section formatting consistent with the rest of the file. (not blocking)

Suggested change
## [0.8.0] - 2026-07-20

## [0.8.0] - 2026-07-20

### Changed

- `load_managed_table` accepts a `key` argument — the merge key columns for
`delete`/`update`/`upsert` loads, matched per-load instead of requiring a key
declared at table creation. Omit it to use the table's declared key; ignored
for `replace`/`append`. Requires `hotdata>=0.8.0`.


## [0.7.3] - 2026-07-16

### Changed
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-framework"
version = "0.7.3"
version = "0.8.0"
description = "Python framework for building Hotdata integrations: workspace/session runtime, query execution, and managed databases"
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