Skip to content

Commit 026e5dd

Browse files
committed
fix(changelog): keep prior release sections identical to main
CI validate-changelog.py requires every ## [version] block from the base branch to match exactly; git-cliff had rewritten 0.2.0 and older sections. Prepend only the new [0.2.1] section and retain origin/main unchanged below.
1 parent a90483f commit 026e5dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### 📚 Documentation
44

55
- *(skill)* Align hotdata skill with CLI behavior
6+
67
## [0.2.0] - 2026-04-29
78

89
### 🚀 Features
@@ -24,8 +25,6 @@
2425
### 💼 Other
2526

2627
- *(release)* Bump geospatial skill version on release
27-
- *(deps)* Bump rustls-webpki to 0.103.13
28-
- Validate CHANGELOG sections match base branch on PRs
2928

3029
### 🚜 Refactor
3130

@@ -38,6 +37,7 @@
3837

3938
### 🚀 Features
4039

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

4343
### 💼 Other

0 commit comments

Comments
 (0)