Skip to content

Commit cac5569

Browse files
release: 0.1.0-alpha.1
1 parent 0afa19f commit cac5569

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## 0.1.0-alpha.1 (2024-06-24)
4+
5+
Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/openlayer-ai/openlayer-java/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([#1](https://github.com/openlayer-ai/openlayer-java/issues/1)) ([6cb7408](https://github.com/openlayer-ai/openlayer-java/commit/6cb740885ec6cc7d489d2235473c6c412811d406))

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/org.openlayer/openlayer-java)](https://central.sonatype.com/artifact/org.openlayer/openlayer-java/0.0.1-alpha.0)
5+
[![Maven Central](https://img.shields.io/maven-central/v/org.openlayer/openlayer-java)](https://central.sonatype.com/artifact/org.openlayer/openlayer-java/0.1.0-alpha.1)
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("org.openlayer:openlayer-java:0.0.1-alpha.0")
30+
implementation("org.openlayer:openlayer-java:0.1.0-alpha.1")
3131
```
3232

3333
#### Maven
@@ -36,7 +36,7 @@ implementation("org.openlayer:openlayer-java:0.0.1-alpha.0")
3636
<dependency>
3737
<groupId>org.openlayer</groupId>
3838
<artifactId>openlayer-java</artifactId>
39-
<version>0.0.1-alpha.0</version>
39+
<version>0.1.0-alpha.1</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 = "org.openlayer"
7-
version = "0.0.1-alpha.0" // x-release-please-version
7+
version = "0.1.0-alpha.1" // x-release-please-version
88
}
99

1010
nexusPublishing {

0 commit comments

Comments
 (0)