From bb1a10fe8695a1e27b57bb52ca1138a6ea36b338 Mon Sep 17 00:00:00 2001 From: Anoop Narang Date: Thu, 27 Aug 2026 12:34:23 +0530 Subject: [PATCH] chore: release v0.13.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 861078d..a85dd12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.0] - 2026-08-27 + ### Fixed - fix(load): retry an `append` load instead of running it at most once. diff --git a/pyproject.toml b/pyproject.toml index 3548767..96398c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hotdata-framework" -version = "0.12.1" +version = "0.13.0" description = "Python framework for building Hotdata integrations: workspace runtime, query execution, and managed databases" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 45fca49..9282b3e 100644 --- a/uv.lock +++ b/uv.lock @@ -101,7 +101,7 @@ wheels = [ [[package]] name = "hotdata-framework" -version = "0.12.1" +version = "0.13.0" source = { editable = "." } dependencies = [ { name = "hotdata" },