File tree 4 files changed +13
-5
lines changed
4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0-alpha.4 "
2
+ "." : " 0.1.0-alpha.5 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.0-alpha.5 (2024-10-30)
4
+
5
+ Full Changelog: [ v0.1.0-alpha.4...v0.1.0-alpha.5] ( https://github.com/openlayer-ai/openlayer-java/compare/v0.1.0-alpha.4...v0.1.0-alpha.5 )
6
+
7
+ ### Features
8
+
9
+ * fix: update stream data example ([ 73cd45a] ( https://github.com/openlayer-ai/openlayer-java/commit/73cd45a20cfd51626e76c881ad12466e0eaeecbe ) )
10
+
3
11
## 0.1.0-alpha.4 (2024-09-23)
4
12
5
13
Full Changelog: [ v0.1.0-alpha.3...v0.1.0-alpha.4] ( https://github.com/openlayer-ai/openlayer-java/compare/v0.1.0-alpha.3...v0.1.0-alpha.4 )
Original file line number Diff line number Diff line change 2
2
3
3
<!-- x-release-please-start-version -->
4
4
5
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.openlayer.api/openlayer-java )] ( https://central.sonatype.com/artifact/com.openlayer.api/openlayer-java/0.1.0-alpha.4 )
5
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.openlayer.api/openlayer-java )] ( https://central.sonatype.com/artifact/com.openlayer.api/openlayer-java/0.1.0-alpha.5 )
6
6
7
7
<!-- x-release-please-end -->
8
8
@@ -27,7 +27,7 @@ The REST API documentation can be found on [openlayer.com](https://openlayer.co
27
27
<!-- x-release-please-start-version -->
28
28
29
29
``` kotlin
30
- implementation(" com.openlayer.api:openlayer-java:0.1.0-alpha.4 " )
30
+ implementation(" com.openlayer.api:openlayer-java:0.1.0-alpha.5 " )
31
31
```
32
32
33
33
#### Maven
@@ -36,7 +36,7 @@ implementation("com.openlayer.api:openlayer-java:0.1.0-alpha.4")
36
36
<dependency >
37
37
<groupId >com.openlayer.api</groupId >
38
38
<artifactId >openlayer-java</artifactId >
39
- <version >0.1.0-alpha.4 </version >
39
+ <version >0.1.0-alpha.5 </version >
40
40
</dependency >
41
41
```
42
42
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
5
5
allprojects {
6
6
group = " com.openlayer.api"
7
- version = " 0.1.0-alpha.4 " // x-release-please-version
7
+ version = " 0.1.0-alpha.5 " // x-release-please-version
8
8
}
9
9
10
10
You can’t perform that action at this time.
0 commit comments