Skip to content

Commit 9fb7e57

Browse files
authored
Merge pull request #26 from kellnr/automation/changelog-5.12.0
Changelog: release 5.12.0
2 parents b153a21 + 23c8c35 commit 9fb7e57

1 file changed

Lines changed: 68 additions & 2 deletions

File tree

src/data/changelog.json

Lines changed: 68 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,72 @@
11
{
22
"releases": [
3+
{
4+
"version": "5.12.0",
5+
"date": "17. January 2026",
6+
"entries": [
7+
{
8+
"type": "Added",
9+
"content": "feat: Make cards on frontpage clickable by @secana",
10+
"links": [
11+
{
12+
"label": "#964",
13+
"url": "https://github.com/kellnr/kellnr/pull/964"
14+
}
15+
]
16+
},
17+
{
18+
"type": "Changed",
19+
"content": "ci: Improve release-plz config by @secana",
20+
"links": [
21+
{
22+
"label": "#957",
23+
"url": "https://github.com/kellnr/kellnr/pull/957"
24+
}
25+
]
26+
},
27+
{
28+
"type": "Changed",
29+
"content": "chore: Add .editorconfig for consistent coding styles by @nyurik",
30+
"links": [
31+
{
32+
"label": "#959",
33+
"url": "https://github.com/kellnr/kellnr/pull/959"
34+
}
35+
]
36+
},
37+
{
38+
"type": "Changed",
39+
"content": "chore: Update Cargo.toml deps, clean up configuration by @nyurik",
40+
"links": [
41+
{
42+
"label": "#960",
43+
"url": "https://github.com/kellnr/kellnr/pull/960"
44+
}
45+
]
46+
},
47+
{
48+
"type": "Changed",
49+
"content": "ci: Refactor YAML syntax for consistency and readability by @nyurik",
50+
"links": [
51+
{
52+
"label": "#958",
53+
"url": "https://github.com/kellnr/kellnr/pull/958"
54+
}
55+
]
56+
},
57+
{
58+
"type": "Changed",
59+
"content": "test: Add playwright UI tests by @secana",
60+
"links": [
61+
{
62+
"label": "#963",
63+
"url": "https://github.com/kellnr/kellnr/pull/963"
64+
}
65+
]
66+
}
67+
],
68+
"isLatest": true
69+
},
370
{
471
"version": "5.11.0",
572
"date": "15. January 2026",
@@ -64,8 +131,7 @@
64131
}
65132
]
66133
}
67-
],
68-
"isLatest": true
134+
]
69135
},
70136
{
71137
"version": "5.10.1",

0 commit comments

Comments
 (0)