File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.8 "
2+ "." : " 0.1.0-alpha.9 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.9 (2024-12-11)
4+
5+ Full Changelog: [ v0.1.0-alpha.8...v0.1.0-alpha.9] ( https://github.com/openlayer-ai/openlayer-java/compare/v0.1.0-alpha.8...v0.1.0-alpha.9 )
6+
7+ ### Chores
8+
9+ * ** internal:** codegen related update ([ #58 ] ( https://github.com/openlayer-ai/openlayer-java/issues/58 ) ) ([ b646e7f] ( https://github.com/openlayer-ai/openlayer-java/commit/b646e7f3e75d9f352edc475f05ad272e548b20f7 ) )
10+
311## 0.1.0-alpha.8 (2024-11-25)
412
513Full 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 )
Original file line number Diff line number Diff line change 22
33<!-- x-release-please-start-version -->
44
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 )
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.9 )
66
77<!-- x-release-please-end -->
88
@@ -27,7 +27,7 @@ The REST API documentation can be found on [openlayer.com](https://openlayer.co
2727<!-- x-release-please-start-version -->
2828
2929``` kotlin
30- implementation(" com.openlayer.api:openlayer-java:0.1.0-alpha.8 " )
30+ implementation(" com.openlayer.api:openlayer-java:0.1.0-alpha.9 " )
3131```
3232
3333#### Maven
@@ -36,7 +36,7 @@ implementation("com.openlayer.api:openlayer-java:0.1.0-alpha.8")
3636<dependency >
3737 <groupId >com.openlayer.api</groupId >
3838 <artifactId >openlayer-java</artifactId >
39- <version >0.1.0-alpha.8 </version >
39+ <version >0.1.0-alpha.9 </version >
4040</dependency >
4141```
4242
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55allprojects {
66 group = " com.openlayer.api"
7- version = " 0.1.0-alpha.8 " // x-release-please-version
7+ version = " 0.1.0-alpha.9 " // x-release-please-version
88}
99
1010
You can’t perform that action at this time.
0 commit comments