chore: Release hotdata-cli version 0.2.2#76
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
|
||
| ### 🐛 Bug Fixes | ||
|
|
||
| - *(changelog)* Keep prior release sections identical to main |
There was a problem hiding this comment.
nit: Missing blank line between the [0.2.2] section and the [0.2.1] section header. Every other release boundary in this file has a blank line before ## [x.y.z]. (not blocking)
| - *(changelog)* Keep prior release sections identical to main | |
| - *(wizard)* Render schema description, examples, defaults (#75) | |
| ## [0.2.1] - 2026-04-30 |
| ### 💼 Other | ||
|
|
||
| - *(release)* Bump geospatial skill version on release | ||
| - *(deps)* Bump rustls-webpki to 0.103.13 |
There was a problem hiding this comment.
Blocking: This PR adds two new entries to the historical [0.2.0] section (*(deps)* Bump rustls-webpki to 0.103.13 and Validate CHANGELOG sections match base branch on PRs) that were not present in [0.2.0] on main. Modifying a released version's changelog entry is incorrect — 0.2.0 has already shipped and its changelog is part of the public record.
These entries should either:
- Be removed (if they were never real
0.2.0changes), or - Have been included in a prior release PR when the work was actually merged.
Note: the [0.2.1] section on main also lacks the ### 🐛 Bug Fixes entry (*(changelog)* Keep prior release sections identical to main) that this PR introduces into that section — that entry is also a retroactive change to a shipped release.
| ## [0.1.14] - 2026-04-28 | ||
|
|
||
| ### 🚀 Features | ||
|
|
There was a problem hiding this comment.
Blocking: The entry *(auth)* Add CLI auth session support (JWT access tokens, refresh, PKCE login) was present in [0.1.14] on main and has been deleted here. Removing a feature entry from a shipped release's changelog rewrites history and makes the record inaccurate — 0.1.14 did include that auth work.
If this was intentionally moved to a different release section, show where it landed. If it was dropped by tooling by accident, restore it.
There was a problem hiding this comment.
Review
Blocking Issues
- CHANGELOG.md, lines 33–37: Two entries retroactively added to the already-released
[0.2.0]section (*(deps)* Bump rustls-webpki to 0.103.13andValidate CHANGELOG sections match base branch on PRs). These were not in[0.2.0]onmain. Similarly, a### 🐛 Bug Fixesentry was added to the already-released[0.2.1]section. - CHANGELOG.md, line 49 (deletion):
*(auth)* Add CLI auth session support (JWT access tokens, refresh, PKCE login)was removed from[0.1.14], which is a shipped release. This deletes accurate history.
Action Required
- Restore
*(auth)* Add CLI auth session support (JWT access tokens, refresh, PKCE login)to[0.1.14]. - Remove the two entries added to
[0.2.0](rustls-webpki bumpandValidate CHANGELOG sections) — they were not part of that release. - Remove the retroactive
### 🐛 Bug Fixesentry from[0.2.1]— that release has already shipped. - All changelog modifications in this PR should be limited to adding the new
[0.2.2]section only; all prior sections must be byte-for-byte identical tomain.
git-cliff rewrote older version blocks; restore origin/main text and keep only the new [0.2.2] entry prepended.
No description provided.