chore: Release hotdata-cli version 0.5.0#156
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Release looks clean. Version bumps are consistent across Cargo.toml, Cargo.lock, README, and all four SKILL.md files (0.4.2 → 0.5.0). SDK bump to 0.3.1 is reflected in both manifest and lockfile, the CHANGELOG date matches the release, and the new skill docs accurately describe the truncation-follow and 429 auto-retry features.
There was a problem hiding this comment.
Release chore reviewed. Version bumps to 0.5.0 are consistent across Cargo.toml, Cargo.lock, README badge, and all four SKILL.md files; remaining 0.4.2 references in Cargo.lock are unrelated transitive deps. SDK bump to 0.3.1 matches between Cargo.toml and Cargo.lock. CHANGELOG date and SDK version are accurate. LGTM.
There was a problem hiding this comment.
Release looks clean. Version bumped consistently to 0.5.0 across Cargo.toml, Cargo.lock, README badge, and all four SKILL.md files; no stale references remain. CHANGELOG date matches today and entries match the actual code state (row_count deprecation already reflected in src/query.rs). SDK bumped to 0.3.1 with updated lockfile checksum.
Release hotdata-cli 0.5.0. Ships query truncation auto-follow and HTTP 429/
OVERLOADEDauto-retry (via hotdata SDK 0.3.1), drops the deprecatedrow_count, and updates the changelog andhotdataskill query docs to match.