mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 05:32:18 +00:00
0.1.4
This commit is contained in:
parent
365033c006
commit
cca9974728
3 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,7 @@ stages:
|
|||
- build
|
||||
|
||||
variables:
|
||||
VERSION: 0.1.3
|
||||
VERSION: 0.1.4
|
||||
|
||||
build-go:
|
||||
image: golang:1.17
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# 0.1.3
|
||||
# 0.1.4
|
||||
-
|
||||
|
||||
# 0.1.3
|
||||
- Added date ranges to profile scrobbles
|
||||
|
||||
# 0.1.2
|
||||
- Add docker-compose file for local dev
|
||||
- Implemented top listeners for artist/album endpoints to match track
|
||||
|
|
|
@ -821,7 +821,7 @@ func getServerInfo(w http.ResponseWriter, r *http.Request) {
|
|||
}
|
||||
|
||||
info := ServerInfo{
|
||||
Version: "0.1.3",
|
||||
Version: "0.1.4",
|
||||
RegistrationEnabled: registrationEnabled,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue