From 91c28bac0c7fb4c61740fad90222330fa660bbe8 Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Thu, 1 May 2025 12:53:32 +0200 Subject: [PATCH] Release 0.5.2 --- CHANGES.md | 6 +++++- internal/version/version.go | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ac3dc45..5ac83ab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ # Scotty Changelog -## 0.5.0 - 2025-05-01 +## 0.5.2 - 2025-05-01 +- ListenBrainz: fixed loves export not considering latest timestamp + + +## 0.5.1 - 2025-05-01 - scrobblerlog: fixed timezone offset calculation - if system locale detection fails don't abort but fall back to English diff --git a/internal/version/version.go b/internal/version/version.go index 24981f9..b38a40f 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -17,7 +17,7 @@ package version const ( AppName = "scotty" - AppVersion = "0.5.1" + AppVersion = "0.5.2" AppURL = "https://git.sr.ht/~phw/scotty/" )