prepare 0.5.25 changelog (#778)

This commit is contained in:
ekko
2026-05-16 09:40:25 +08:00
committed by GitHub
parent 07257a8964
commit cf9d0c6008
15 changed files with 208 additions and 27 deletions
+14
View File
@@ -5,6 +5,20 @@ export interface ChangelogEntry {
}
export const changelog: ChangelogEntry[] = [
{
version: '0.5.25',
date: '2026-05-16',
changes: [
'changelog.new_0_5_25_1',
'changelog.new_0_5_25_2',
'changelog.new_0_5_25_3',
'changelog.new_0_5_25_4',
'changelog.new_0_5_25_5',
'changelog.new_0_5_25_6',
'changelog.new_0_5_25_7',
'changelog.new_0_5_25_8',
],
},
{
version: '0.5.24',
date: '2026-05-15',