File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed
spotify-web-api-java-generator Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 3.0.1]
10
+ - Fix type of artists property of Album to SimplifiedArtist
11
+ - Bump jackson-databind from 2.13.2 to 2.13.2.2
12
+
9
13
## [ 3.0.0]
10
14
The Java wrapper generator has been completely rewritten and uses now OpenAPI definition of the Spotify Web API as source.
11
15
The OpenAPI definition contains fixes and improvements from my [ spotify-web-api] ( https://github.com/sonallux/spotify-web-api ) repository.
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ This library is available on [Maven Central](https://search.maven.org/artifact/d
14
14
<dependency >
15
15
<groupId >de.sonallux.spotify</groupId >
16
16
<artifactId >spotify-web-api-java</artifactId >
17
- <version >3.0.0 </version >
17
+ <version >3.0.1 </version >
18
18
</dependency >
19
19
```
20
20
21
21
### With gradle
22
22
``` groovy
23
- compile 'de.sonallux.spotify:spotify-web-api-java:3.0.0 '
23
+ compile 'de.sonallux.spotify:spotify-web-api-java:3.0.1 '
24
24
```
25
25
26
26
## General usage
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >de.sonallux.spotify</groupId >
8
8
<artifactId >spotify-web-api-java-parent</artifactId >
9
- <version >3.0.0 </version >
9
+ <version >3.0.1 </version >
10
10
<packaging >pom</packaging >
11
11
12
12
<name >spotify-web-api-java-parent</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >de.sonallux.spotify</groupId >
9
9
<artifactId >spotify-web-api-java-parent</artifactId >
10
- <version >3.0.0 </version >
10
+ <version >3.0.1 </version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
14
14
<artifactId >spotify-web-api-java-generator</artifactId >
15
- <version >3.0.0 </version >
15
+ <version >3.0.1 </version >
16
16
<packaging >jar</packaging >
17
17
18
18
<name >spotify-web-api-java-generator</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >de.sonallux.spotify</groupId >
9
9
<artifactId >spotify-web-api-java-parent</artifactId >
10
- <version >3.0.0 </version >
10
+ <version >3.0.1 </version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
14
14
<artifactId >spotify-web-api-java</artifactId >
15
- <version >3.0.0 </version >
15
+ <version >3.0.1 </version >
16
16
<packaging >jar</packaging >
17
17
18
18
<name >spotify-web-api-java</name >
You can’t perform that action at this time.
0 commit comments