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.7 "
2
+ "." : " 0.1.0-alpha.8 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.0-alpha.8 (2024-11-22)
4
+
5
+ Full Changelog: [ v0.1.0-alpha.7...v0.1.0-alpha.8] ( https://github.com/openlayer-ai/openlayer-java/compare/v0.1.0-alpha.7...v0.1.0-alpha.8 )
6
+
7
+ ### Chores
8
+
9
+ * ** internal:** codegen related update ([ #54 ] ( https://github.com/openlayer-ai/openlayer-java/issues/54 ) ) ([ 4794b46] ( https://github.com/openlayer-ai/openlayer-java/commit/4794b465e2893768f1763cf2254c6f8aba909fdf ) )
10
+
3
11
## 0.1.0-alpha.7 (2024-11-21)
4
12
5
13
Full Changelog: [ v0.1.0-alpha.6...v0.1.0-alpha.7] ( https://github.com/openlayer-ai/openlayer-java/compare/v0.1.0-alpha.6...v0.1.0-alpha.7 )
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.7 )
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.8 )
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.7 " )
30
+ implementation(" com.openlayer.api:openlayer-java:0.1.0-alpha.8 " )
31
31
```
32
32
33
33
#### Maven
@@ -36,7 +36,7 @@ implementation("com.openlayer.api:openlayer-java:0.1.0-alpha.7")
36
36
<dependency >
37
37
<groupId >com.openlayer.api</groupId >
38
38
<artifactId >openlayer-java</artifactId >
39
- <version >0.1.0-alpha.7 </version >
39
+ <version >0.1.0-alpha.8 </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.7 " // x-release-please-version
7
+ version = " 0.1.0-alpha.8 " // x-release-please-version
8
8
}
9
9
10
10
You can’t perform that action at this time.
0 commit comments