From dad90d47764793b68dd4c9a9abb7ee2d821094a8 Mon Sep 17 00:00:00 2001 From: Zac Farrell Date: Tue, 30 Jun 2026 09:17:06 -0700 Subject: [PATCH] chore: release v0.7.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdafa51..896747f 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.7.0] - 2026-06-30 + ### Added - Multipart uploads now survive transient per-part failures. A single part diff --git a/Cargo.toml b/Cargo.toml index df98fd4..20c7c9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hotdata" -version = "0.6.0" +version = "0.7.0" authors = ["developers@hotdata.dev"] description = "Powerful data platform API for datasets, queries, and analytics." license = "MIT"