From 73503c4dc5aee6e1c6e7e1b2b7ed57b400b6a36e Mon Sep 17 00:00:00 2001 From: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com> Date: Tue, 8 Sep 2026 13:07:46 -0700 Subject: [PATCH] release: 0.2.0 Ambient HOTDATA_* env fallbacks, DST-correct convert_timezone, HotSQL/Hotdata branding sweep. 75 tests pass. --- CHANGELOG.md | 10 +++++++++- dbt/adapters/hotdata/__version__.py | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c08eff..1baed87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.2.0] - 2026-09-08 ### Added @@ -27,6 +27,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `to_local_time()` (DST-aware, non-UTC sources verified) and defaults a falsy `source_tz` to UTC. +### Changed + +- Docs and comments now use the product branding — HotSQL for the SQL + surface, Hotdata for engine behavior — and the README documents the + cross-database macros and the SQL dialect story. +- Dev lockfile resolves dbt-core 1.12.3 (sqlparse 0.6.0), clearing the + open Dependabot alerts; the supported floor stays dbt-core 1.10. + ## [0.1.0] - 2026-07-27 ### Added diff --git a/dbt/adapters/hotdata/__version__.py b/dbt/adapters/hotdata/__version__.py index 9f7a875..181e9f0 100644 --- a/dbt/adapters/hotdata/__version__.py +++ b/dbt/adapters/hotdata/__version__.py @@ -1 +1 @@ -version = "0.1.0" +version = "0.2.0" diff --git a/pyproject.toml b/pyproject.toml index cab4a3f..ccc2760 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbt-hotdata" -version = "0.1.0" +version = "0.2.0" description = "dbt adapter for Hotdata instant databases." readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index 8ef93aa..38c0f21 100644 --- a/uv.lock +++ b/uv.lock @@ -324,7 +324,7 @@ wheels = [ [[package]] name = "dbt-hotdata" -version = "0.1.0" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "dbt-adapters" },