Update changelog for 0.5.34 (#929)

This commit is contained in:
ekko
2026-05-22 11:12:21 +08:00
committed by GitHub
parent f90e79fd2f
commit f0817003b2
11 changed files with 77 additions and 1 deletions
+13
View File
@@ -5,6 +5,19 @@ export interface ChangelogEntry {
}
export const changelog: ChangelogEntry[] = [
{
version: '0.5.34',
date: '2026-05-22',
changes: [
'changelog.new_0_5_34_1',
'changelog.new_0_5_34_2',
'changelog.new_0_5_34_3',
'changelog.new_0_5_34_4',
'changelog.new_0_5_34_5',
'changelog.new_0_5_34_6',
'changelog.new_0_5_34_7',
],
},
{
version: '0.5.33',
date: '2026-05-21',