Skip to content

Commit bf450fc

Browse files
authored
Merge pull request #41 from kellnr/automation/changelog-6.0.2
2 parents 1aa52a3 + 72799c7 commit bf450fc

1 file changed

Lines changed: 28 additions & 2 deletions

File tree

src/data/changelog.json

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
{
22
"releases": [
3+
{
4+
"version": "6.0.2",
5+
"date": "19. February 2026",
6+
"entries": [
7+
{
8+
"type": "Fixed",
9+
"content": "broken S3 credential handling ([#1076]())",
10+
"links": [
11+
{
12+
"label": "#1076",
13+
"url": "https://github.com/kellnr/kellnr/pull/1076"
14+
}
15+
]
16+
},
17+
{
18+
"type": "Fixed",
19+
"content": "cratesio cache not all versions available ([#1077]())",
20+
"links": [
21+
{
22+
"label": "#1077",
23+
"url": "https://github.com/kellnr/kellnr/pull/1077"
24+
}
25+
]
26+
}
27+
],
28+
"isLatest": true
29+
},
330
{
431
"version": "6.0.1",
532
"date": "16. February 2026",
@@ -239,8 +266,7 @@
239266
"content": "Fix broken Windows build",
240267
"links": []
241268
}
242-
],
243-
"isLatest": true
269+
]
244270
},
245271
{
246272
"version": "6.0.0",

0 commit comments

Comments
 (0)