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 @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [0.1.2] - 2026-05-27

### Changed

- Release 0.1.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) "Release 0.1.2" isn't an informative changelog entry. The only change on master since 0.1.1 is PR #12 (hotdata SDK → 0.2.5, hotdata-runtime → 0.2.3), so this section should reflect that under ### Changed — e.g. "Bumped hotdata to >=0.2.5 and hotdata-runtime to >=0.2.3." That matches the Keep a Changelog format the file claims to follow and is more useful to downstream consumers.


## [0.1.1] - 2026-05-19

### 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-marimo"
version = "0.1.1"
version = "0.1.2"
description = "Marimo integration for Hotdata runtime"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
Loading