docs: update changelog after 0.6.0 (#1014)
This commit is contained in:
@@ -5,6 +5,22 @@ export interface ChangelogEntry {
|
||||
}
|
||||
|
||||
export const changelog: ChangelogEntry[] = [
|
||||
{
|
||||
version: '0.6.1',
|
||||
date: '2026-05-25',
|
||||
changes: [
|
||||
'changelog.new_0_6_1_1',
|
||||
'changelog.new_0_6_1_2',
|
||||
'changelog.new_0_6_1_3',
|
||||
'changelog.new_0_6_1_4',
|
||||
'changelog.new_0_6_1_5',
|
||||
'changelog.new_0_6_1_6',
|
||||
'changelog.new_0_6_1_7',
|
||||
'changelog.new_0_6_1_8',
|
||||
'changelog.new_0_6_1_9',
|
||||
'changelog.new_0_6_1_10',
|
||||
],
|
||||
},
|
||||
{
|
||||
version: '0.6.0',
|
||||
date: '2026-05-24',
|
||||
@@ -72,86 +88,4 @@ export const changelog: ChangelogEntry[] = [
|
||||
'changelog.new_0_5_31_6',
|
||||
],
|
||||
},
|
||||
{
|
||||
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',
|
||||
'changelog.new_0_5_30_9',
|
||||
],
|
||||
},
|
||||
{
|
||||
version: '0.5.28',
|
||||
date: '2026-05-17',
|
||||
changes: [
|
||||
'changelog.new_0_5_27_1',
|
||||
'changelog.new_0_5_27_2',
|
||||
'changelog.new_0_5_27_3',
|
||||
'changelog.new_0_5_27_4',
|
||||
],
|
||||
},
|
||||
{
|
||||
version: '0.5.26',
|
||||
date: '2026-05-17',
|
||||
changes: [
|
||||
'changelog.new_0_5_26_1',
|
||||
'changelog.new_0_5_26_2',
|
||||
'changelog.new_0_5_26_3',
|
||||
'changelog.new_0_5_26_4',
|
||||
'changelog.new_0_5_26_5',
|
||||
'changelog.new_0_5_26_6',
|
||||
'changelog.new_0_5_26_7',
|
||||
'changelog.new_0_5_26_8',
|
||||
'changelog.new_0_5_26_9',
|
||||
'changelog.new_0_5_26_10',
|
||||
'changelog.new_0_5_26_11',
|
||||
'changelog.new_0_5_26_12',
|
||||
],
|
||||
},
|
||||
{
|
||||
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',
|
||||
changes: [
|
||||
'changelog.new_0_5_24_1',
|
||||
],
|
||||
},
|
||||
{
|
||||
version: '0.5.23',
|
||||
date: '2026-05-15',
|
||||
changes: [
|
||||
'changelog.new_0_5_23_1',
|
||||
'changelog.new_0_5_23_2',
|
||||
'changelog.new_0_5_23_3',
|
||||
'changelog.new_0_5_23_4',
|
||||
'changelog.new_0_5_23_5',
|
||||
],
|
||||
},
|
||||
{
|
||||
version: '0.5.22',
|
||||
date: '2026-05-14',
|
||||
changes: [
|
||||
'changelog.new_0_5_22_1',
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user