From be14c4fa5687472d6512934679c2575494be7fff Mon Sep 17 00:00:00 2001 From: Zac Farrell Date: Mon, 15 Jun 2026 20:29:22 -0700 Subject: [PATCH 1/2] chore: release v0.4.0 --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbcc281..9184882 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.4.0] - 2026-06-15 + ### Added - `hotdata.query.QueryApi`: enhanced query client that transparently retries @@ -27,7 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 query contract needs. The raw generated classes remain importable from `hotdata.api.query_api` / `hotdata.api.results_api`. - ## [0.3.4] - 2026-06-15 ### Changed diff --git a/pyproject.toml b/pyproject.toml index da875cf..6536523 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hotdata" -version = "0.3.4" +version = "0.4.0" description = "Hotdata API" authors = [ {name = "Hotdata",email = "developers@hotdata.dev"}, From 1a369154f43228b10751f226409231a2884a879f Mon Sep 17 00:00:00 2001 From: Zac Farrell Date: Tue, 16 Jun 2026 08:20:49 -0700 Subject: [PATCH 2/2] chore: fix v0.4.0 changelog date and spacing --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9184882..36e2c7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - -## [0.4.0] - 2026-06-15 +## [0.4.0] - 2026-06-16 ### Added