Skip to content

chore: release hotdata-ibis v0.1.4#21

Merged
eddietejeda merged 2 commits into
mainfrom
release/v0.1.4
May 27, 2026
Merged

chore: release hotdata-ibis v0.1.4#21
eddietejeda merged 2 commits into
mainfrom
release/v0.1.4

Conversation

@eddietejeda

Copy link
Copy Markdown
Contributor

Summary

Release hotdata-ibis v0.1.4.

Checklist

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

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

Comment thread CHANGELOG.md
Comment on lines +11 to +15
## [0.1.4] - 2026-05-27

### Changed

- Release 0.1.4

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: 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)

Comment thread .gitignore
Comment on lines +14 to +15
integration_test.py
smoke_test.py

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: 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)

@eddietejeda eddietejeda merged commit 9b77423 into main May 27, 2026
7 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