diff --git a/CHANGES.md b/CHANGES.md index cda0d79..7324f77 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Scotty Changelog -## 0.5.0 - (not yet released) +## 0.5.0 - 2025-04-29 - ListenBrainz: handle missing loves metadata in case of merged recordings - ListenBrainz: fix loves import loading all existing loves - ListenBrainz: fixed progress for loves import diff --git a/internal/version/version.go b/internal/version/version.go index 818bec1..07d1569 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,5 +1,5 @@ /* -Copyright © 2023-2024 Philipp Wolfer +Copyright © 2023-2025 Philipp Wolfer Scotty is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -17,7 +17,7 @@ package version const ( AppName = "scotty" - AppVersion = "0.4.1" + AppVersion = "0.5.0" AppURL = "https://git.sr.ht/~phw/scotty/" )