Skip to content

Commit 53c26b9

Browse files
release: 0.1.0-alpha.3
1 parent a5b56f8 commit 53c26b9

4 files changed

+18
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.2"
2+
".": "0.1.0-alpha.3"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.1.0-alpha.3 (2024-08-21)
4+
5+
Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/openlayer-ai/openlayer-java/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([#32](https://github.com/openlayer-ai/openlayer-java/issues/32)) ([2888737](https://github.com/openlayer-ai/openlayer-java/commit/2888737a8d729c74ea0c1e98f99eff9b1891af2c))
10+
11+
12+
### Bug Fixes
13+
14+
* **docs:** use correct putAdditionalProperty value ([#33](https://github.com/openlayer-ai/openlayer-java/issues/33)) ([a5b56f8](https://github.com/openlayer-ai/openlayer-java/commit/a5b56f873a197293df6b73134070544269e37711))
15+
316
## 0.1.0-alpha.2 (2024-08-15)
417

518
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/openlayer-ai/openlayer-java/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.2)
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.3)
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.2")
30+
implementation("com.openlayer.api:openlayer-java:0.1.0-alpha.3")
3131
```
3232

3333
#### Maven
@@ -36,7 +36,7 @@ implementation("com.openlayer.api:openlayer-java:0.1.0-alpha.2")
3636
<dependency>
3737
<groupId>com.openlayer.api</groupId>
3838
<artifactId>openlayer-java</artifactId>
39-
<version>0.1.0-alpha.2</version>
39+
<version>0.1.0-alpha.3</version>
4040
</dependency>
4141
```
4242

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
allprojects {
66
group = "com.openlayer.api"
7-
version = "0.1.0-alpha.2" // x-release-please-version
7+
version = "0.1.0-alpha.3" // x-release-please-version
88
}
99

1010

0 commit comments

Comments
 (0)