From a170489ca2e9f9fddba6f028e71c18d68f10cfca Mon Sep 17 00:00:00 2001 From: Shefeek Jinnah Date: Tue, 14 Jul 2026 17:44:03 +0530 Subject: [PATCH] chore: release v0.7.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b1288..0342900 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-07-14 + ### Changed - feat(schemas): add key field to table definitions diff --git a/pyproject.toml b/pyproject.toml index 8af6088..7207b27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hotdata" -version = "0.6.0" +version = "0.7.0" description = "Hotdata API" authors = [ {name = "Hotdata",email = "developers@hotdata.dev"},