mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-21 16:11:56 +00:00
0.1.4
This commit is contained in:
parent
365033c006
commit
cca9974728
@ -2,7 +2,7 @@ stages:
|
|||||||
- build
|
- build
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
VERSION: 0.1.3
|
VERSION: 0.1.4
|
||||||
|
|
||||||
build-go:
|
build-go:
|
||||||
image: golang:1.17
|
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
|
# 0.1.2
|
||||||
- Add docker-compose file for local dev
|
- Add docker-compose file for local dev
|
||||||
- Implemented top listeners for artist/album endpoints to match track
|
- Implemented top listeners for artist/album endpoints to match track
|
||||||
|
@ -821,7 +821,7 @@ func getServerInfo(w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
info := ServerInfo{
|
info := ServerInfo{
|
||||||
Version: "0.1.3",
|
Version: "0.1.4",
|
||||||
RegistrationEnabled: registrationEnabled,
|
RegistrationEnabled: registrationEnabled,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user