-
Notifications
You must be signed in to change notification settings - Fork 0
chore: release hotdata v0.19.0 #151
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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [package] | ||
| name = "hotdata" | ||
| version = "0.18.1" | ||
| version = "0.19.0" | ||
|
Contributor
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: update the three README version pins to
Contributor
Author
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. Fixed in 4f374bf: all three README pins are now |
||
| authors = ["developers@hotdata.dev"] | ||
| description = "Powerful data platform API for datasets, queries, and analytics." | ||
| license = "MIT" | ||
|
|
||
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: rewrite the two entries below as user-facing prose and move the feature under
### Added(not blocking).Lines 15-16 are raw commit subjects. Every prior section in
CHANGELOG.mddescribes the change and its effect on callers.chore(databases): simplify fork error descriptionis internal and carries no meaning for a crate consumer.scripts/extract-changelog.pyfeeds this section into the GitHub Release body, so the text reaches users verbatim. A release PR is the last chance to edit the text before the tag.Uh oh!
There was an error while loading. Please reload this page.
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.
Fixed in 4f374bf. I rewrote the section as user-facing prose under Added and Changed. The #149 regen turned out to carry more than its title said: the constant-per-key endpoints, vector index precision, and a breaking rename of
key_determinestoconstant_per_key. All of these are now listed.