File tree Expand file tree Collapse file tree 6 files changed +12
-8
lines changed
Expand file tree Collapse file tree 6 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.2.3] ( https://github.com/alecigne/somafm-recentlib/tree/v0.2.3 ) - 2026-02-18
4+
5+ Update dependencies.
6+
37## [ v0.2.2] ( https://github.com/alecigne/somafm-recentlib/tree/v0.2.2 ) - 2025-10-25
48
59- Improve validation of config parameters.
Original file line number Diff line number Diff line change 22
33` somafm-recentlib ` is a Java library that retrieves [ SomaFM] [ 1 ] 's recently played songs.
44
5- The latest stable release is [ v0.2.2 ] [ 11 ] . Development for v0.3.0 is ongoing in the [ develop] [ 12 ]
5+ The latest stable release is [ v0.2.3 ] [ 11 ] . Development for v0.3.0 is ongoing in the [ develop] [ 12 ]
66branch.
77
88Please support SomaFM's awesome work [ here] [ 2 ] !
@@ -152,6 +152,6 @@ alerts in case of errors.
152152
153153[ 10 ] : https://jitpack.io/
154154
155- [ 11 ] : https://github.com/alecigne/somafm-recentlib/tree/v0.2.2
155+ [ 11 ] : https://github.com/alecigne/somafm-recentlib/tree/v0.2.3
156156
157157[ 12 ] : https://github.com/alecigne/somafm-recentlib/tree/develop
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >net.lecigne</groupId >
88 <artifactId >somafm-recentlib-parent</artifactId >
9- <version >0.2.3-SNAPSHOT </version >
9+ <version >0.2.3</version >
1010 </parent >
1111
1212 <artifactId >somafm-recentlib-example</artifactId >
2828 <dependency >
2929 <groupId >net.lecigne</groupId >
3030 <artifactId >somafm-recentlib</artifactId >
31- <version >0.2.3-SNAPSHOT </version >
31+ <version >0.2.3</version >
3232 </dependency >
3333 <!-- Spring -->
3434 <dependency >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >net.lecigne</groupId >
99 <artifactId >somafm-recentlib-parent</artifactId >
10- <version >0.2.3-SNAPSHOT </version >
10+ <version >0.2.3</version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
2222 <dependency >
2323 <groupId >net.lecigne</groupId >
2424 <artifactId >somafm-recentlib</artifactId >
25- <version >0.2.3-SNAPSHOT </version >
25+ <version >0.2.3</version >
2626 </dependency >
2727 <dependency >
2828 <groupId >ch.qos.logback</groupId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >net.lecigne</groupId >
99 <artifactId >somafm-recentlib-parent</artifactId >
10- <version >0.2.3-SNAPSHOT </version >
10+ <version >0.2.3</version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 66
77 <groupId >net.lecigne</groupId >
88 <artifactId >somafm-recentlib-parent</artifactId >
9- <version >0.2.3-SNAPSHOT </version >
9+ <version >0.2.3</version >
1010 <packaging >pom</packaging >
1111
1212 <modules >
You can’t perform that action at this time.
0 commit comments