-
Notifications
You must be signed in to change notification settings - Fork 0
chore: release hotdata-ibis v0.1.4 #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,3 +11,5 @@ build/ | |
| htmlcov/ | ||
|
|
||
| .DS_Store | ||
| integration_test.py | ||
| smoke_test.py | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
|
||
| ## [Unreleased] | ||
|
|
||
|
|
||
| ## [0.1.4] - 2026-05-27 | ||
|
|
||
| ### Changed | ||
|
|
||
| - Release 0.1.4 | ||
|
Comment on lines
+11
to
+15
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: this is the |
||
|
|
||
| ## [0.1.3] - 2026-05-26 | ||
|
|
||
| ### Added | ||
|
|
||
There was a problem hiding this comment.
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_*.pypytest 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/excludeentry, or scope these under a path likescratch/instead. (not blocking)