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
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.2.0"
version = "0.2.1"

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: uv.lock line 327 still records version = "0.2.0" for the dbt-hotdata editable package (not blocking).

CI runs plain uv sync, which rewrites the lock, so no check fails. Run uv lock and commit the result to keep the committed lock in sync.

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.2.0"
version = "0.2.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nit: add a ## [0.2.1] section to CHANGELOG.md (not blocking).

CHANGELOG.md line 3 states that all notable changes are documented in that file, and pyproject.toml line 30 publishes that file as the project Changelog URL. PyPI users of 0.2.1 will find no entry for the version they installed. A one-line entry noting the release-workflow republish is enough.

description = "dbt adapter for Hotdata instant databases."
readme = "README.md"
license = "MIT"
Expand Down
Loading