From c0da0bccda0c43d979665ebee289cc41c222c392 Mon Sep 17 00:00:00 2001 From: Zac Farrell Date: Tue, 7 Jul 2026 09:38:33 -0700 Subject: [PATCH] chore: release v0.6.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f86bd37..678495d 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.6.0] - 2026-07-07 + ### Changed - feat: support async table loads and append mode diff --git a/pyproject.toml b/pyproject.toml index 6f67035..8af6088 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hotdata" -version = "0.5.0" +version = "0.6.0" description = "Hotdata API" authors = [ {name = "Hotdata",email = "developers@hotdata.dev"},