Skip to content

Commit 5c1a142

Browse files
committed
[ci skip] Bump to snapshot version
1 parent 62133c0 commit 5c1a142

5 files changed

Lines changed: 4 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [1.5.3] - 28-12-2020
9-
109
### Added
11-
1210
- Dispatch session closing when using Zeroconf (5b53af7aa5c23a5ed5153e68c5b022aee63ca3e6)
1311
- Allow set volume with relative steps count (#273)
1412

1513
### Changed
16-
1714
- Improved thread usage (#249, #280)
1815
- Catch and log exceptions happening in command/message handling (352d6e3c0cc0a36ea676505e0f761f678f4b11b8,
1916
3229d2cc72ad2c4d364f7c197b0aec38083d577a)
2017

2118
### Fixed
22-
2319
- Fixed parsing some payloads (f6191ff6636dd538b5ebf1090df4eaa9bd062110)
2420
- Fixed double reading of first chunk (e5a8ae712114c344aca43e5ec5f557f7ce9657b9)
2521
- Fixed proxy auth (#274)
2622
- Fixed playback not starting (#277, 26818c619e2fa6f0d4da9f4e96a8e913ccc0468d, abde6b64d68d49e637343560514efc2dca895815,
2723
a79e78a716df74e582504b5d69df455404cef356)
2824

2925
## [1.5.2] - 17-11-2020
30-
3126
### Added
32-
3327
- Added `Player#waitReady()` method (d3149d3843e066986524e14369c5871c22629810)
3428
- Added pass through endpoints for official Spotify API (#255)
3529
- Store and check hash of first chunk of cache data (9ab9f43a91ebbce0e9a3a3c6f3c55a714c756525)
3630

3731
### Fixed
38-
3932
- Fixed `UnsupportedOperationException` when starting playback (#251)
4033
- Close cache files correctly (e953129ed5f0dc4e9931660bd216267557d6010a, #253)
4134
- Fixed starting playback from API (#254)

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>1.5.3</version>
8+
<version>1.5.4-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>1.5.3</version>
8+
<version>1.5.4-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

player/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>1.5.3</version>
8+
<version>1.5.4-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>xyz.gianlu.librespot</groupId>
66
<artifactId>librespot-java</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.5.3</version>
8+
<version>1.5.4-SNAPSHOT</version>
99

1010
<name>librespot-java</name>
1111
<description>Java port of librespot, the Open Source Spotify client library</description>

0 commit comments

Comments
 (0)