Skip to content

chore: release hotdata-dlt-destination v0.14.0 - #82

Merged
anoop-narang merged 3 commits into
mainfrom
release/v0.14.0
Aug 19, 2026
Merged

chore: release hotdata-dlt-destination v0.14.0#82
anoop-narang merged 3 commits into
mainfrom
release/v0.14.0

Conversation

@anoop-narang

Copy link
Copy Markdown
Contributor

Summary

Release hotdata-dlt-destination v0.14.0.

Checklist

  • Version bumped in pyproject.toml
  • CHANGELOG.md updated
  • CI green

After merge, run ./scripts/release.sh publish from a clean main checkout.

@anoop-narang
anoop-narang requested a review from a team as a code owner August 19, 2026 15:39
@anoop-narang
anoop-narang requested review from zfarrell and removed request for a team August 19, 2026 15:39
Comment thread CHANGELOG.md
claude[bot]
claude Bot previously approved these changes Aug 19, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Version bump is consistent across pyproject.toml and uv.lock, date matches, and the minor bump is right for the new source feature. One non-blocking changelog nit inline. Note that CI / Test (Python 3.12) was still pending when this review ran.

`update_changelog.py` only preserves the guide comment when it is the FIRST thing
in the [Unreleased] body (`_GUIDE_RE` is anchored with \A). The notes for #80 and
#81 were inserted above it, so `prepare` treated it as part of the notes and moved
it down into the released 0.14.0 section -- leaving [Unreleased] bare and putting
the authoring guide inside the payload `extract-changelog.py` hands to the GitHub
Release.

Moved back under [Unreleased]. Verified both ways: extracting 0.14.0 no longer
carries the guide, and a simulated 0.15.0 prepare preserves it.
Comment thread CHANGELOG.md Outdated
claude[bot]
claude Bot previously approved these changes Aug 19, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Prior blocking-adjacent finding resolved: the style guide now sits directly under ## [Unreleased] (CHANGELOG.md:8-20), so _GUIDE_RE's \A anchor will match it on the next release.sh prepare, and the 0.14.0 section body no longer carries it. Version bump is consistent across pyproject.toml and uv.lock. One super nit inline. CI checks were still queued/in progress when this review ran, so treat the release-metadata check as unverified here.

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Both prior threads are resolved in the code: the style guide is back directly under ## [Unreleased] (CHANGELOG.md:8-20) where _GUIDE_RE's \A anchor will find it, and the stray blank line before ## [0.13.2] is gone. The resulting file matches what update_changelog.py itself would emit — fresh [Unreleased] with guide, notes moved verbatim into the dated section.

Version bump is consistent: pyproject.toml and uv.lock both at 0.14.0, no stale 0.13.2 references anywhere else in the tree. Minor bump is right for the new dlt source.

Check release metadata / Verify changelog matches version bump passed. CI / Test (Python 3.12) was still pending when this review started, so merge on that going green.

@anoop-narang
anoop-narang merged commit 42a0f20 into main Aug 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant