chore: Release hotdata-cli version 0.2.0#70
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
| ### 🎨 Styling | ||
|
|
||
| - *(datasets)* Drop redundant Stylize import in update path | ||
| ## [0.1.14] - 2026-04-28 |
There was a problem hiding this comment.
Blocking: This PR silently removes a previously released changelog entry from [0.1.14]:
- *(auth)* Add CLI auth session support (JWT access tokens, refresh, PKCE login)
The [0.1.14] section was already published/tagged. Retroactively deleting an entry rewrites released history and can confuse users and tooling that parses the changelog. If this entry was added by mistake or shipped under a different version, add an amendment note in the 0.1.14 section (e.g. - *(auth)* [corrected in 0.2.0] ...) rather than silently removing it.
There was a problem hiding this comment.
Review
Blocking Issues
- CHANGELOG.md, line 30: A previously released changelog entry is silently deleted from the [0.1.14] section. The line
- *(auth)* Add CLI auth session support (JWT access tokens, refresh, PKCE login)existed in the tagged 0.1.14 release and is removed without explanation by this PR.
Action Required
Restore the deleted [0.1.14] auth entry. If the entry was added erroneously or the feature actually belongs to a different version, keep the original line and add a correction note (e.g. - *(auth)* [moved to 0.2.0]) rather than silently erasing it. Published changelog history should only be amended, never deleted.
No description provided.