From 389c7c6ec16cdb5a40ed89a518d7096159a27d3f Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Thu, 1 May 2025 11:53:09 +0200 Subject: [PATCH] Release 0.5.1 --- CHANGES.md | 5 +++++ internal/version/version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 7324f77..ac3dc45 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Scotty Changelog +## 0.5.0 - 2025-05-01 +- scrobblerlog: fixed timezone offset calculation +- if system locale detection fails don't abort but fall back to English + + ## 0.5.0 - 2025-04-29 - ListenBrainz: handle missing loves metadata in case of merged recordings - ListenBrainz: fix loves import loading all existing loves diff --git a/internal/version/version.go b/internal/version/version.go index 07d1569..24981f9 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -17,7 +17,7 @@ package version const ( AppName = "scotty" - AppVersion = "0.5.0" + AppVersion = "0.5.1" AppURL = "https://git.sr.ht/~phw/scotty/" )