Skip to content

Commit 14d18cb

Browse files
release: 0.1.0-alpha.6
1 parent 4a3ce75 commit 14d18cb

File tree

4 files changed

+28
-5
lines changed

4 files changed

+28
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.5"
2+
".": "0.1.0-alpha.6"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 0.1.0-alpha.6 (2024-09-06)
4+
5+
Full Changelog: [v0.1.0-alpha.5...v0.1.0-alpha.6](https://github.com/orbcorp/orb-java/compare/v0.1.0-alpha.5...v0.1.0-alpha.6)
6+
7+
### Features
8+
9+
* **api:** codegen changes ([#48](https://github.com/orbcorp/orb-java/issues/48)) ([8a0190e](https://github.com/orbcorp/orb-java/commit/8a0190e72457485174719ab58948dc474d53ca25))
10+
* **api:** OpenAPI spec update via Stainless API ([#45](https://github.com/orbcorp/orb-java/issues/45)) ([055d0a8](https://github.com/orbcorp/orb-java/commit/055d0a81db48729e99980b83ac275338d6aa1e7b))
11+
* **api:** OpenAPI spec update via Stainless API ([#47](https://github.com/orbcorp/orb-java/issues/47)) ([cbb6cca](https://github.com/orbcorp/orb-java/commit/cbb6cca7e31e1c44ae3b00811fb5979e2912d5e8))
12+
* **api:** OpenAPI spec update via Stainless API ([#50](https://github.com/orbcorp/orb-java/issues/50)) ([2bd0af6](https://github.com/orbcorp/orb-java/commit/2bd0af6f644d5f0273003f22af55c4116ea325a0))
13+
* **api:** OpenAPI spec update via Stainless API ([#51](https://github.com/orbcorp/orb-java/issues/51)) ([c4e232e](https://github.com/orbcorp/orb-java/commit/c4e232ed8a840f5f0da7618f489fa3c24d9c5af4))
14+
* **api:** OpenAPI spec update via Stainless API ([#52](https://github.com/orbcorp/orb-java/issues/52)) ([773d7e7](https://github.com/orbcorp/orb-java/commit/773d7e71970a4629fbfd32c92ebfd1c8288c3327))
15+
* **api:** OpenAPI spec update via Stainless API ([#53](https://github.com/orbcorp/orb-java/issues/53)) ([7efa5f4](https://github.com/orbcorp/orb-java/commit/7efa5f4042e763b642d99e3b41dcf5350ceb97b8))
16+
* **api:** OpenAPI spec update via Stainless API ([#54](https://github.com/orbcorp/orb-java/issues/54)) ([f9006eb](https://github.com/orbcorp/orb-java/commit/f9006ebdc60bb00a77a7d574c82601b32f86ac4c))
17+
* **api:** OpenAPI spec update via Stainless API ([#55](https://github.com/orbcorp/orb-java/issues/55)) ([73ed069](https://github.com/orbcorp/orb-java/commit/73ed069286d3e6e23081f31bcae1c4739f3ef5c3))
18+
* **api:** OpenAPI spec update via Stainless API ([#57](https://github.com/orbcorp/orb-java/issues/57)) ([4a3ce75](https://github.com/orbcorp/orb-java/commit/4a3ce752daa3fc63a858b3f94c033b5e2bde0288))
19+
20+
21+
### Chores
22+
23+
* consistent string literal escaping ([#49](https://github.com/orbcorp/orb-java/issues/49)) ([556e69d](https://github.com/orbcorp/orb-java/commit/556e69d08db6005e58612fc83828329c9beb608c))
24+
* **internal:** codegen related update ([#56](https://github.com/orbcorp/orb-java/issues/56)) ([837e1ed](https://github.com/orbcorp/orb-java/commit/837e1ed1619d993c680581d3dc6a9e02e1c9f8a6))
25+
326
## 0.1.0-alpha.5 (2024-08-22)
427

528
Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/orbcorp/orb-java/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)

README.md

Lines changed: 3 additions & 3 deletions
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.withorb.api/orb-java)](https://central.sonatype.com/artifact/com.withorb.api/orb-java/0.1.0-alpha.5)
5+
[![Maven Central](https://img.shields.io/maven-central/v/com.withorb.api/orb-java)](https://central.sonatype.com/artifact/com.withorb.api/orb-java/0.1.0-alpha.6)
66

77
<!-- x-release-please-end -->
88

@@ -25,7 +25,7 @@ The REST API documentation can be found on [docs.withorb.com](https://docs.with
2525
<!-- x-release-please-start-version -->
2626

2727
```kotlin
28-
implementation("com.withorb.api:orb-java:0.1.0-alpha.5")
28+
implementation("com.withorb.api:orb-java:0.1.0-alpha.6")
2929
```
3030

3131
#### Maven
@@ -34,7 +34,7 @@ implementation("com.withorb.api:orb-java:0.1.0-alpha.5")
3434
<dependency>
3535
<groupId>com.withorb.api</groupId>
3636
<artifactId>orb-java</artifactId>
37-
<version>0.1.0-alpha.5</version>
37+
<version>0.1.0-alpha.6</version>
3838
</dependency>
3939
```
4040

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
allprojects {
66
group = "com.withorb.api"
7-
version = "0.1.0-alpha.5" // x-release-please-version
7+
version = "0.1.0-alpha.6" // x-release-please-version
88
}
99

1010

0 commit comments

Comments
 (0)