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/" )