From eeb829f4baa7ef66f5cc56feb18bb4fa20c17e44 Mon Sep 17 00:00:00 2001 From: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com> Date: Wed, 8 Jul 2026 14:06:52 -0700 Subject: [PATCH] chore: release v0.6.2 --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2af3725..e84c667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.6.2] - 2026-07-08 + ### Changed - Repository text cleanup: the changelog and test docstrings no longer reference external issue trackers. No functional changes; 0.6.2 is byte-identical to 0.6.1 in package code. - ## [0.6.1] - 2026-07-08 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 4421aa4..5fd277c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hotdata-framework" -version = "0.6.1" +version = "0.6.2" description = "Python framework for building Hotdata integrations: workspace/session runtime, query execution, and managed databases" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 7250139..5af24e5 100644 --- a/uv.lock +++ b/uv.lock @@ -101,7 +101,7 @@ wheels = [ [[package]] name = "hotdata-framework" -version = "0.6.1" +version = "0.6.2" source = { editable = "." } dependencies = [ { name = "hotdata" },