Skip to content

Commit 4c45fde

Browse files
committed
Release v0.2.3
1 parent 29e46d8 commit 4c45fde

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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]
66
branch.
77

88
Please 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

example-project/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>
@@ -28,7 +28,7 @@
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>

functional-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

@@ -22,7 +22,7 @@
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>

library-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

0 commit comments

Comments
 (0)