Compare commits

...
2 Commits
Author SHA1 Message Date
simon d41c4d2b2d release: version 0.6.2 🚀
Build Docker image / Create Release (push) Successful in 1m1s
CI / linter (9.0.X, ubuntu-latest) (push) Failing after 1m28s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Has been skipped
Build Docker image / deploy (push) Successful in 1m46s
SonarQube Scan / SonarQube Trigger (push) Failing after 5m37s
2025-07-20 03:26:47 +02:00
simon bc7b16ecb4 fix: build issues, refs NOISSUE 2025-07-20 03:26:17 +02:00
3 changed files with 13 additions and 1 deletions
+11
View File
@@ -5,10 +5,21 @@ Changelog
(unreleased) (unreleased)
------------ ------------
Fix
~~~
- Build issues, refs NOISSUE. [Simon Diesenreiter]
0.6.1 (2025-07-20)
------------------
Fix Fix
~~~ ~~~
- Remove local debugging configs, refs NOISSUE. [Simon Diesenreiter] - Remove local debugging configs, refs NOISSUE. [Simon Diesenreiter]
Other
~~~~~
0.6.0 (2025-07-20) 0.6.0 (2025-07-20)
------------------ ------------------
+1
View File
@@ -57,6 +57,7 @@ userCheckTimer.OnOccurence += async (s, ea) =>
LdapUserName = string.Empty, LdapUserName = string.Empty,
AssociationInProgress = false, AssociationInProgress = false,
WasChosenForSuggestionThisRound = false, WasChosenForSuggestionThisRound = false,
LikedSongs = new List<Song>()
}; };
dci.Users?.Add(newUser); dci.Users?.Add(newUser);
needsSaving = true; needsSaving = true;
+1 -1
View File
@@ -1 +1 @@
0.6.1 0.6.2