From 6c02ab29e17b92d0e86ff7a876f4f416fe7398e5 Mon Sep 17 00:00:00 2001 From: sentriz Date: Tue, 30 Jun 2020 20:44:16 +0100 Subject: [PATCH] bump to v0.9.4 generated by `_do_bump_version` script in project root --- .../testdata/test_get_album_list_alpha_artist | 2 +- .../testdata/test_get_album_list_alpha_name | 2 +- .../testdata/test_get_album_list_newest | 2 +- .../testdata/test_get_album_list_random | 104 +++++++++--------- .../test_get_album_list_two_alpha_artist | 2 +- .../test_get_album_list_two_alpha_name | 2 +- .../testdata/test_get_album_list_two_newest | 2 +- .../testdata/test_get_album_list_two_random | 96 ++++++++-------- .../testdata/test_get_album_with_cover | 2 +- .../testdata/test_get_album_without_cover | 2 +- .../testdata/test_get_artist_id_one | 2 +- .../testdata/test_get_artist_id_three | 2 +- .../testdata/test_get_artist_id_two | 2 +- .../testdata/test_get_artists_no_args | 2 +- .../testdata/test_get_indexes_no_args | 2 +- .../test_get_music_directory_with_tracks | 2 +- .../test_get_music_directory_without_tracks | 2 +- .../testdata/test_search_three_q_13 | 2 +- .../testdata/test_search_three_q_ani | 2 +- .../testdata/test_search_three_q_cert | 2 +- .../testdata/test_search_two_q_13 | 2 +- .../testdata/test_search_two_q_ani | 2 +- .../testdata/test_search_two_q_cert | 2 +- version/version.go | 4 +- 24 files changed, 123 insertions(+), 123 deletions(-) diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_alpha_artist b/server/ctrlsubsonic/testdata/test_get_album_list_alpha_artist index 228a2d4..75c4a14 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_alpha_artist +++ b/server/ctrlsubsonic/testdata/test_get_album_list_alpha_artist @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "albumList": { "album": [ { diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_alpha_name b/server/ctrlsubsonic/testdata/test_get_album_list_alpha_name index 4ea2016..980577c 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_alpha_name +++ b/server/ctrlsubsonic/testdata/test_get_album_list_alpha_name @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "albumList": { "album": [ { diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_newest b/server/ctrlsubsonic/testdata/test_get_album_list_newest index 4bc129d..871ffc7 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_newest +++ b/server/ctrlsubsonic/testdata/test_get_album_list_newest @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "albumList": { "album": [ { diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_random b/server/ctrlsubsonic/testdata/test_get_album_list_random index 66a2944..7b9b75d 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_random +++ b/server/ctrlsubsonic/testdata/test_get_album_list_random @@ -3,19 +3,19 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "albumList": { "album": [ { - "id": "al-17", - "coverArt": "al-17", - "artist": "Swell Maps", - "title": "(1979) A Trip to Marineville", + "id": "al-5", + "coverArt": "al-5", + "artist": "A Certain Ratio", + "title": "(1994) The Graveyard and the Ballroom", "album": "", - "parent": "al-15", + "parent": "al-4", "isDir": true, "name": "", - "songCount": 18, + "songCount": 14, "duration": 0, "created": "0001-01-01T00:00:00Z" }, @@ -32,19 +32,6 @@ "duration": 0, "created": "0001-01-01T00:00:00Z" }, - { - "id": "al-3", - "coverArt": "al-3", - "artist": "Jah Wobble, The Edge, Holger Czukay", - "title": "(1983) Snake Charmer", - "album": "", - "parent": "al-2", - "isDir": true, - "name": "", - "songCount": 5, - "duration": 0, - "created": "0001-01-01T00:00:00Z" - }, { "id": "al-9", "coverArt": "al-9", @@ -59,28 +46,15 @@ "created": "0001-01-01T00:00:00Z" }, { - "id": "al-13", - "coverArt": "al-13", - "artist": "There", - "title": "(2010) Anika", + "id": "al-3", + "coverArt": "al-3", + "artist": "Jah Wobble, The Edge, Holger Czukay", + "title": "(1983) Snake Charmer", "album": "", - "parent": "al-12", + "parent": "al-2", "isDir": true, "name": "", - "songCount": 9, - "duration": 0, - "created": "0001-01-01T00:00:00Z" - }, - { - "id": "al-19", - "coverArt": "al-19", - "artist": "Ten Years After", - "title": "(1967) Ten Years After", - "album": "", - "parent": "al-18", - "isDir": true, - "name": "", - "songCount": 15, + "songCount": 5, "duration": 0, "created": "0001-01-01T00:00:00Z" }, @@ -97,6 +71,32 @@ "duration": 0, "created": "0001-01-01T00:00:00Z" }, + { + "id": "al-19", + "coverArt": "al-19", + "artist": "Ten Years After", + "title": "(1967) Ten Years After", + "album": "", + "parent": "al-18", + "isDir": true, + "name": "", + "songCount": 15, + "duration": 0, + "created": "0001-01-01T00:00:00Z" + }, + { + "id": "al-17", + "coverArt": "al-17", + "artist": "Swell Maps", + "title": "(1979) A Trip to Marineville", + "album": "", + "parent": "al-15", + "isDir": true, + "name": "", + "songCount": 18, + "duration": 0, + "created": "0001-01-01T00:00:00Z" + }, { "id": "al-6", "artist": "A Certain Ratio", @@ -109,19 +109,6 @@ "duration": 0, "created": "0001-01-01T00:00:00Z" }, - { - "id": "al-5", - "coverArt": "al-5", - "artist": "A Certain Ratio", - "title": "(1994) The Graveyard and the Ballroom", - "album": "", - "parent": "al-4", - "isDir": true, - "name": "", - "songCount": 14, - "duration": 0, - "created": "0001-01-01T00:00:00Z" - }, { "id": "al-8", "coverArt": "al-8", @@ -134,6 +121,19 @@ "songCount": 10, "duration": 0, "created": "0001-01-01T00:00:00Z" + }, + { + "id": "al-13", + "coverArt": "al-13", + "artist": "There", + "title": "(2010) Anika", + "album": "", + "parent": "al-12", + "isDir": true, + "name": "", + "songCount": 9, + "duration": 0, + "created": "0001-01-01T00:00:00Z" } ] } diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_artist b/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_artist index 7eba26a..3179a6a 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_artist +++ b/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_artist @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "albumList2": { "album": [ { diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_name b/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_name index ba8292d..3123922 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_name +++ b/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_name @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "albumList2": { "album": [ { diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_two_newest b/server/ctrlsubsonic/testdata/test_get_album_list_two_newest index 7644163..e1f5aee 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_two_newest +++ b/server/ctrlsubsonic/testdata/test_get_album_list_two_newest @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "albumList2": { "album": [ { diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_two_random b/server/ctrlsubsonic/testdata/test_get_album_list_two_random index dd6faf2..7c65ff3 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_two_random +++ b/server/ctrlsubsonic/testdata/test_get_album_list_two_random @@ -3,35 +3,9 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "albumList2": { "album": [ - { - "id": "al-21", - "coverArt": "al-21", - "artistId": "ar-7", - "artist": "Captain Beefheart & His Magic Band", - "title": "", - "album": "", - "name": "Lick My Decals Off, Baby", - "songCount": 15, - "duration": 0, - "created": "2019-06-10T19:26:30.944742894+01:00", - "year": 1970 - }, - { - "id": "al-16", - "coverArt": "al-16", - "artistId": "ar-5", - "artist": "Swell Maps", - "title": "", - "album": "", - "name": "Jane From Occupied Europe", - "songCount": 16, - "duration": 0, - "created": "2019-04-30T16:48:48+01:00", - "year": 1980 - }, { "id": "al-5", "coverArt": "al-5", @@ -58,6 +32,19 @@ "created": "2019-05-23T15:12:02.921473302+01:00", "year": 2010 }, + { + "id": "al-9", + "coverArt": "al-9", + "artistId": "ar-3", + "artist": "13th Floor Elevators", + "title": "", + "album": "", + "name": "The Psychedelic Sounds of the 13th Floor Elevators", + "songCount": 21, + "duration": 0, + "created": "2019-06-13T12:57:24.306717554+01:00", + "year": 1966 + }, { "id": "al-3", "coverArt": "al-3", @@ -71,6 +58,32 @@ "created": "2019-05-16T22:10:52+01:00", "year": 1983 }, + { + "id": "al-8", + "coverArt": "al-8", + "artistId": "ar-3", + "artist": "13th Floor Elevators", + "title": "", + "album": "", + "name": "Easter Everywhere", + "songCount": 10, + "duration": 0, + "created": "2019-06-13T12:57:28.850090338+01:00", + "year": 1967 + }, + { + "id": "al-16", + "coverArt": "al-16", + "artistId": "ar-5", + "artist": "Swell Maps", + "title": "", + "album": "", + "name": "Jane From Occupied Europe", + "songCount": 16, + "duration": 0, + "created": "2019-04-30T16:48:48+01:00", + "year": 1980 + }, { "id": "al-17", "coverArt": "al-17", @@ -84,19 +97,6 @@ "created": "2019-04-30T16:48:48+01:00", "year": 1979 }, - { - "id": "al-9", - "coverArt": "al-9", - "artistId": "ar-3", - "artist": "13th Floor Elevators", - "title": "", - "album": "", - "name": "The Psychedelic Sounds of the 13th Floor Elevators", - "songCount": 21, - "duration": 0, - "created": "2019-06-13T12:57:24.306717554+01:00", - "year": 1966 - }, { "id": "al-6", "artistId": "ar-2", @@ -110,17 +110,17 @@ "year": 1981 }, { - "id": "al-8", - "coverArt": "al-8", - "artistId": "ar-3", - "artist": "13th Floor Elevators", + "id": "al-21", + "coverArt": "al-21", + "artistId": "ar-7", + "artist": "Captain Beefheart & His Magic Band", "title": "", "album": "", - "name": "Easter Everywhere", - "songCount": 10, + "name": "Lick My Decals Off, Baby", + "songCount": 15, "duration": 0, - "created": "2019-06-13T12:57:28.850090338+01:00", - "year": 1967 + "created": "2019-06-10T19:26:30.944742894+01:00", + "year": 1970 }, { "id": "al-19", diff --git a/server/ctrlsubsonic/testdata/test_get_album_with_cover b/server/ctrlsubsonic/testdata/test_get_album_with_cover index 9294dbc..98d0f6f 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_with_cover +++ b/server/ctrlsubsonic/testdata/test_get_album_with_cover @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "album": { "id": "al-3", "coverArt": "al-3", diff --git a/server/ctrlsubsonic/testdata/test_get_album_without_cover b/server/ctrlsubsonic/testdata/test_get_album_without_cover index 3cf16c9..cd261cd 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_without_cover +++ b/server/ctrlsubsonic/testdata/test_get_album_without_cover @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "album": { "id": "al-2", "title": "", diff --git a/server/ctrlsubsonic/testdata/test_get_artist_id_one b/server/ctrlsubsonic/testdata/test_get_artist_id_one index f7eb1ff..377bfd2 100644 --- a/server/ctrlsubsonic/testdata/test_get_artist_id_one +++ b/server/ctrlsubsonic/testdata/test_get_artist_id_one @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "artist": { "id": "ar-1", "name": "Jah Wobble, The Edge & Holger Czukay", diff --git a/server/ctrlsubsonic/testdata/test_get_artist_id_three b/server/ctrlsubsonic/testdata/test_get_artist_id_three index 6cf4f2b..a6a9395 100644 --- a/server/ctrlsubsonic/testdata/test_get_artist_id_three +++ b/server/ctrlsubsonic/testdata/test_get_artist_id_three @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "artist": { "id": "ar-3", "name": "13th Floor Elevators", diff --git a/server/ctrlsubsonic/testdata/test_get_artist_id_two b/server/ctrlsubsonic/testdata/test_get_artist_id_two index ac280ee..23eb32d 100644 --- a/server/ctrlsubsonic/testdata/test_get_artist_id_two +++ b/server/ctrlsubsonic/testdata/test_get_artist_id_two @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "artist": { "id": "ar-2", "name": "A Certain Ratio", diff --git a/server/ctrlsubsonic/testdata/test_get_artists_no_args b/server/ctrlsubsonic/testdata/test_get_artists_no_args index 5d9d0c5..a7a1bd9 100644 --- a/server/ctrlsubsonic/testdata/test_get_artists_no_args +++ b/server/ctrlsubsonic/testdata/test_get_artists_no_args @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "artists": { "ignoredArticles": "", "index": [ diff --git a/server/ctrlsubsonic/testdata/test_get_indexes_no_args b/server/ctrlsubsonic/testdata/test_get_indexes_no_args index 32caa87..4d90227 100644 --- a/server/ctrlsubsonic/testdata/test_get_indexes_no_args +++ b/server/ctrlsubsonic/testdata/test_get_indexes_no_args @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "indexes": { "lastModified": 0, "ignoredArticles": "", diff --git a/server/ctrlsubsonic/testdata/test_get_music_directory_with_tracks b/server/ctrlsubsonic/testdata/test_get_music_directory_with_tracks index defe48d..cdd616d 100644 --- a/server/ctrlsubsonic/testdata/test_get_music_directory_with_tracks +++ b/server/ctrlsubsonic/testdata/test_get_music_directory_with_tracks @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "directory": { "id": "al-3", "parent": "al-2", diff --git a/server/ctrlsubsonic/testdata/test_get_music_directory_without_tracks b/server/ctrlsubsonic/testdata/test_get_music_directory_without_tracks index 9c98f09..eba8a36 100644 --- a/server/ctrlsubsonic/testdata/test_get_music_directory_without_tracks +++ b/server/ctrlsubsonic/testdata/test_get_music_directory_without_tracks @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "directory": { "id": "al-2", "name": "Jah Wobble, The Edge, Holger Czukay", diff --git a/server/ctrlsubsonic/testdata/test_search_three_q_13 b/server/ctrlsubsonic/testdata/test_search_three_q_13 index 0401acc..566cc6c 100644 --- a/server/ctrlsubsonic/testdata/test_search_three_q_13 +++ b/server/ctrlsubsonic/testdata/test_search_three_q_13 @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "searchResult3": { "artist": [ { diff --git a/server/ctrlsubsonic/testdata/test_search_three_q_ani b/server/ctrlsubsonic/testdata/test_search_three_q_ani index 943b2dd..f0105e3 100644 --- a/server/ctrlsubsonic/testdata/test_search_three_q_ani +++ b/server/ctrlsubsonic/testdata/test_search_three_q_ani @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "searchResult3": { "artist": [ { diff --git a/server/ctrlsubsonic/testdata/test_search_three_q_cert b/server/ctrlsubsonic/testdata/test_search_three_q_cert index 0771be3..4cfabe9 100644 --- a/server/ctrlsubsonic/testdata/test_search_three_q_cert +++ b/server/ctrlsubsonic/testdata/test_search_three_q_cert @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "searchResult3": { "artist": [ { diff --git a/server/ctrlsubsonic/testdata/test_search_two_q_13 b/server/ctrlsubsonic/testdata/test_search_two_q_13 index 271318e..2c2580d 100644 --- a/server/ctrlsubsonic/testdata/test_search_two_q_13 +++ b/server/ctrlsubsonic/testdata/test_search_two_q_13 @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "searchResult2": { "artist": [ { diff --git a/server/ctrlsubsonic/testdata/test_search_two_q_ani b/server/ctrlsubsonic/testdata/test_search_two_q_ani index 2c5dfff..6afc859 100644 --- a/server/ctrlsubsonic/testdata/test_search_two_q_ani +++ b/server/ctrlsubsonic/testdata/test_search_two_q_ani @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "searchResult2": { "artist": [ { diff --git a/server/ctrlsubsonic/testdata/test_search_two_q_cert b/server/ctrlsubsonic/testdata/test_search_two_q_cert index 46bcfed..95e9668 100644 --- a/server/ctrlsubsonic/testdata/test_search_two_q_cert +++ b/server/ctrlsubsonic/testdata/test_search_two_q_cert @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.9.3", + "gonicVersion": "v0.9.4", "searchResult2": { "artist": [ { diff --git a/version/version.go b/version/version.go index 395c5ba..2df445b 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ // generated by `_do_bump_version` script in project root -// Thu 18 Jun 2020 21:12:15 IST +// Tue 30 Jun 2020 20:44:12 IST // DO NOT EDIT package version @@ -7,4 +7,4 @@ package version const NAME = "gonic" const NAME_UPPER = "GONIC" const NAME_EMBED = "gonicembed" -const VERSION = "v0.9.3" +const VERSION = "v0.9.4"