Skip to content

Commit 9d510c5

Browse files
committed
fix(changelog): correct 0.2.4 section and preserve released history.
git-cliff rewrote prior release sections; restore main blocks and document changes since v0.2.3.
1 parent b543a59 commit 9d510c5

1 file changed

Lines changed: 12 additions & 20 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,60 +2,53 @@
22

33
### πŸš€ Features
44

5-
- *(update)* Add update command
6-
- *(skills)* Split search and analytics sub-skills; improve workflows.
7-
- *(auth)* Add hotdata auth register command
8-
- *(auth)* Default register to GitHub, add --email flag
5+
- *(auth)* Add `hotdata auth register` command (#85, #86)
6+
- *(auth)* Default register to GitHub; add `--email` flag
7+
- *(update)* Add `hotdata update` command
8+
- *(skills)* Split bundled skills into `hotdata-search` and `hotdata-analytics` (#84)
99

1010
### πŸ› Bug Fixes
1111

1212
- *(auth)* Align CLI callback page colors with web app theme
1313

1414
### 🚜 Refactor
1515

16-
- *(auth)* Extract run_browser_auth helper; add tests for exchange_cli_register_code
16+
- *(auth)* Extract `run_browser_auth` helper; add tests for `exchange_cli_register_code`
1717

1818
### πŸ“š Documentation
1919

20-
- *(skill)* Add epic flow checklists to core WORKFLOWS.
20+
- *(skill)* Epic flow checklists, datasets vs databases workflows, tag-only release finish (#84)
2121
## [0.2.3] - 2026-05-19
2222

2323
### πŸš€ Features
2424

25+
- *(databases)* Add managed databases CLI for parquet table loads (#82)
2526
- *(sandbox)* Add sandbox JWT support
2627
- *(tty)* Add no-input flag and tty checks for interactive commands
27-
- *(databases)* Add managed databases CLI for parquet table loads for parquet table loads.
2828

2929
### πŸ› Bug Fixes
3030

31-
- *(deps)* Bump openssl to 0.10.79 for CVE fixes
32-
- *(changelog)* Correct 0.2.3 section and preserve released history.
31+
- *(deps)* Bump openssl to 0.10.79 for CVE fixes (#77)
3332

3433
### πŸ’Ό Other
3534

36-
- Ignore macOS metadata files
35+
- Ignore macOS metadata files (#81)
3736

3837
### πŸ“š Documentation
3938

40-
- *(skill)* Document managed databases commands.
39+
- *(skill)* Document managed databases commands
4140
## [0.2.2] - 2026-05-04
4241

4342
### πŸš€ Features
4443

4544
- *(wizard)* Render schema description, examples, defaults (#75)
4645

47-
### πŸ› Bug Fixes
48-
49-
- *(changelog)* Preserve released sections from main for CI validate
5046
## [0.2.1] - 2026-04-30
5147

52-
### πŸ› Bug Fixes
53-
54-
- *(changelog)* Keep prior release sections identical to main
55-
5648
### πŸ“š Documentation
5749

5850
- *(skill)* Align hotdata skill with CLI behavior
51+
5952
## [0.2.0] - 2026-04-29
6053

6154
### πŸš€ Features
@@ -77,8 +70,6 @@
7770
### πŸ’Ό Other
7871

7972
- *(release)* Bump geospatial skill version on release
80-
- *(deps)* Bump rustls-webpki to 0.103.13
81-
- Validate CHANGELOG sections match base branch on PRs
8273

8374
### 🚜 Refactor
8475

@@ -91,6 +82,7 @@
9182

9283
### πŸš€ Features
9384

85+
- *(auth)* Add CLI auth session support (JWT access tokens, refresh, PKCE login)
9486
- *(indexes)* Workspace-wide list with filters and parallel fetch
9587

9688
### πŸ’Ό Other

0 commit comments

Comments
Β (0)