Release 0.7.7
This commit is contained in:
parent
60d4df1cab
commit
3d30c6f6b7
|
@ -1,5 +1,9 @@
|
||||||
## musicbrainz (unreleased) ##
|
## musicbrainz (unreleased) ##
|
||||||
|
|
||||||
|
# 0.7.7 (Dezember 1, 2014) ##
|
||||||
|
|
||||||
|
* Handle nil values returned from Base model search at Artist#find_by_name and ReleaseGroup#find_by_artist_and_title [#24]
|
||||||
|
|
||||||
# 0.7.6 (June 14, 2013) ##
|
# 0.7.6 (June 14, 2013) ##
|
||||||
|
|
||||||
* Improves urls attribute to return an array if there are multiple urls for a relation type. [#19]
|
* Improves urls attribute to return an array if there are multiple urls for a relation type. [#19]
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module MusicBrainz
|
module MusicBrainz
|
||||||
VERSION = "0.7.6"
|
VERSION = "0.7.7"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue