From 8065b33c1595593ce61fdca3790c4c289a677036 Mon Sep 17 00:00:00 2001 From: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com> Date: Sat, 27 Jun 2026 12:38:23 -0700 Subject: [PATCH] chore: release v0.1.4 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53880c6..e71c594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + +## [0.1.4] - 2026-06-27 + +### Changed + +- Release 0.1.4 + ## [0.1.3] - 2026-06-01 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 427a255..3a55063 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hotdata-marimo" -version = "0.1.3" +version = "0.1.4" description = "Marimo integration for Hotdata runtime" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 912ca64..cf346fe 100644 --- a/uv.lock +++ b/uv.lock @@ -242,7 +242,7 @@ wheels = [ [[package]] name = "hotdata-marimo" -version = "0.1.3" +version = "0.1.4" source = { editable = "." } dependencies = [ { name = "hotdata" },