From 84bcbbd311ee515e5564213b4fb0619afe18b1b9 Mon Sep 17 00:00:00 2001 From: Zac Farrell Date: Tue, 7 Jul 2026 09:09:16 -0700 Subject: [PATCH] chore: release v0.8.0 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 221f04f..51062a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.8.0] - 2026-07-07 + ### Changed - feat: support async table loads and append mode diff --git a/Cargo.toml b/Cargo.toml index 20c7c9f..6a14756 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hotdata" -version = "0.7.0" +version = "0.8.0" authors = ["developers@hotdata.dev"] description = "Powerful data platform API for datasets, queries, and analytics." license = "MIT"