Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super nit: (not blocking) Move the ### Changed section above ### Fixed. Keep a Changelog, which line 5 cites, orders sections Added, Changed, Deprecated, Removed, Fixed, Security. Readers scanning several releases lose the fixed section order.


- 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
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/hotdata/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.1.0"
version = "0.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading