From 5578a45a3fa5de8646ff308c6958e9695d011a2b Mon Sep 17 00:00:00 2001 From: secana <12230822+secana@users.noreply.github.com> Date: Tue, 28 Jul 2026 12:03:19 +0000 Subject: [PATCH] chore(changelog): add release 6.5.3 --- src/data/changelog.json | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/data/changelog.json b/src/data/changelog.json index d2cc8d8..f79b9d5 100644 --- a/src/data/changelog.json +++ b/src/data/changelog.json @@ -1,5 +1,22 @@ { "releases": [ + { + "version": "6.5.3", + "date": "28. July 2026", + "entries": [ + { + "type": "Fixed", + "content": "macos build expecting xz installed via Homebrew ([#1311]())", + "links": [ + { + "label": "#1311", + "url": "https://github.com/kellnr/kellnr/pull/1311" + } + ] + } + ], + "isLatest": true + }, { "version": "6.5.2", "date": "25. July 2026", @@ -514,8 +531,7 @@ "content": "*(deps)* bump time from 0.3.51 to 0.3.53", "links": [] } - ], - "isLatest": true + ] }, { "version": "6.5.1",