chore: release hotdata-ibis v0.1.4#21
Conversation
| ## [0.1.4] - 2026-05-27 | ||
|
|
||
| ### Changed | ||
|
|
||
| - Release 0.1.4 |
There was a problem hiding this comment.
nit: this is the update_changelog.py placeholder that's used when [Unreleased] is empty (per RELEASING.md step 1). Between 0.1.3 and 0.1.4 the hotdata SDK was bumped to 0.2.5 (#20) — worth calling out here so the auto-generated GitHub Release notes (via extract-changelog.py) aren't just - Release 0.1.4. (not blocking)
| integration_test.py | ||
| smoke_test.py |
There was a problem hiding this comment.
super nit: these look like local ad-hoc scripts unrelated to the release; they also don't follow the project's test_*.py pytest convention (so they'd be invisible to test discovery even if committed). Ignoring generic top-level names like these in the shared repo could mask a future legitimately-named file. Consider a personal .git/info/exclude entry, or scope these under a path like scratch/ instead. (not blocking)
Summary
Release hotdata-ibis v0.1.4.
Checklist
pyproject.tomlCHANGELOG.mdupdatedAfter merge, run
./scripts/release.sh publishfrom a cleanmaincheckout.