Add 0.5.30 changelog (#846)

This commit is contained in:
ekko
2026-05-19 16:19:56 +08:00
committed by GitHub
parent 9a9416c99c
commit 84e343fc22
10 changed files with 86 additions and 0 deletions
+14
View File
@@ -5,6 +5,20 @@ export interface ChangelogEntry {
}
export const changelog: ChangelogEntry[] = [
{
version: '0.5.30',
date: '2026-05-19',
changes: [
'changelog.new_0_5_30_1',
'changelog.new_0_5_30_2',
'changelog.new_0_5_30_3',
'changelog.new_0_5_30_4',
'changelog.new_0_5_30_5',
'changelog.new_0_5_30_6',
'changelog.new_0_5_30_7',
'changelog.new_0_5_30_8',
],
},
{
version: '0.5.28',
date: '2026-05-17',