Skip to content

Commit 94d625d

Browse files
committed
fix(changelog): correct 0.2.5 section and preserve released history.
1 parent 3143734 commit 94d625d

1 file changed

Lines changed: 13 additions & 22 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,66 +2,58 @@
22

33
### πŸš€ Features
44

5-
- *(databases)* Add --url flag to tables load for remote parquet files
5+
- *(databases)* Add `--url` flag to `tables load` for remote parquet files (#88)
66
## [0.2.4] - 2026-05-19
77

88
### πŸš€ Features
99

10-
- *(update)* Add update command
11-
- *(skills)* Split search and analytics sub-skills; improve workflows.
12-
- *(auth)* Add hotdata auth register command
13-
- *(auth)* Default register to GitHub, add --email flag
10+
- *(auth)* Add `hotdata auth register` command (#85, #86)
11+
- *(auth)* Default register to GitHub; add `--email` flag
12+
- *(update)* Add `hotdata update` command
13+
- *(skills)* Split bundled skills into `hotdata-search` and `hotdata-analytics` (#84)
1414

1515
### πŸ› Bug Fixes
1616

1717
- *(auth)* Align CLI callback page colors with web app theme
18-
- *(changelog)* Correct 0.2.4 section and preserve released history.
1918

2019
### 🚜 Refactor
2120

22-
- *(auth)* Extract run_browser_auth helper; add tests for exchange_cli_register_code
21+
- *(auth)* Extract `run_browser_auth` helper; add tests for `exchange_cli_register_code`
2322

2423
### πŸ“š Documentation
2524

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

2928
### πŸš€ Features
3029

30+
- *(databases)* Add managed databases CLI for parquet table loads (#82)
3131
- *(sandbox)* Add sandbox JWT support
3232
- *(tty)* Add no-input flag and tty checks for interactive commands
33-
- *(databases)* Add managed databases CLI for parquet table loads for parquet table loads.
3433

3534
### πŸ› Bug Fixes
3635

37-
- *(deps)* Bump openssl to 0.10.79 for CVE fixes
38-
- *(changelog)* Correct 0.2.3 section and preserve released history.
36+
- *(deps)* Bump openssl to 0.10.79 for CVE fixes (#77)
3937

4038
### πŸ’Ό Other
4139

42-
- Ignore macOS metadata files
40+
- Ignore macOS metadata files (#81)
4341

4442
### πŸ“š Documentation
4543

46-
- *(skill)* Document managed databases commands.
44+
- *(skill)* Document managed databases commands
4745
## [0.2.2] - 2026-05-04
4846

4947
### πŸš€ Features
5048

5149
- *(wizard)* Render schema description, examples, defaults (#75)
5250

53-
### πŸ› Bug Fixes
54-
55-
- *(changelog)* Preserve released sections from main for CI validate
5651
## [0.2.1] - 2026-04-30
5752

58-
### πŸ› Bug Fixes
59-
60-
- *(changelog)* Keep prior release sections identical to main
61-
6253
### πŸ“š Documentation
6354

6455
- *(skill)* Align hotdata skill with CLI behavior
56+
6557
## [0.2.0] - 2026-04-29
6658

6759
### πŸš€ Features
@@ -83,8 +75,6 @@
8375
### πŸ’Ό Other
8476

8577
- *(release)* Bump geospatial skill version on release
86-
- *(deps)* Bump rustls-webpki to 0.103.13
87-
- Validate CHANGELOG sections match base branch on PRs
8878

8979
### 🚜 Refactor
9080

@@ -97,6 +87,7 @@
9787

9888
### πŸš€ Features
9989

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

10293
### πŸ’Ό Other

0 commit comments

Comments
Β (0)