Skip to content

Commit

Permalink
Set the version to 3.0.0 for release.
Browse files Browse the repository at this point in the history
Updated the release notes with the changes in this release.
  • Loading branch information
Zastai committed Apr 26, 2020
1 parent b5e35b4 commit 9533d53
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Title>CoverArt Archive Web Service Client Library</Title>
<Description>This package provides classes for accessing the CoverArt Archive (CAA), enabling the retrieval of cover art for music releases based on their MusicBrainz ID.</Description>
<PackageTags>MusicBrainz album cover art archive CAA libcoverart</PackageTags>
<Version>3.0.0-pre</Version>
<Version>3.0.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ An attempt has been made to keep the same basic class hierarchy.

## Release Notes

### v3.0.0 (2020-04-26)

This release replaces the entire JSON backend, using custom serializers.

#### API Additions

- Enum Constant: `CoverArtType.Unknown`
- Property: `IImage.UnknownTypes`
- if `Types` includes `CoverArtType.Unknown`, this will contain the unknown type(s)

#### API Removals

- `IImage.TypeStrings` (replaced by `UnknownTypes`)
- *this is a breaking change*

#### API Changes

- `IImage`:
- the `Id` and `Thumbnails` properties are no longer nullable
- `IRelease`:
- the `Images` and `Location` properties are no longer nullable

#### Other Changes

#### Dependency Updates:

- MetaBrainz.Common.Json → 3.0.0


### v2.0.1 (2020-04-17)

#### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.0.2-appveyor.{build}
version: 3.0.0
image: Visual Studio 2019
configuration: Debug
install:
Expand Down

0 comments on commit 9533d53

Please sign in to comment.