Skip to content

Commit 5b5d6c6

Browse files
release: 0.1.0-alpha.5
1 parent 9941471 commit 5b5d6c6

4 files changed

Lines changed: 26 additions & 5 deletions

File tree

.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.4"
2+
".": "0.1.0-alpha.5"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.5 (2024-08-22)
4+
5+
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)
6+
7+
### Features
8+
9+
* **api:** codegen changes ([#39](https://github.com/orbcorp/orb-java/issues/39)) ([4568489](https://github.com/orbcorp/orb-java/commit/4568489793e5a8793a8ebe847efa218cdaa494e5))
10+
* **api:** manual updates ([#40](https://github.com/orbcorp/orb-java/issues/40)) ([423de9f](https://github.com/orbcorp/orb-java/commit/423de9f49600ef8deac5049da1f96956fddcf69f))
11+
* **api:** OpenAPI spec update via Stainless API ([#34](https://github.com/orbcorp/orb-java/issues/34)) ([3a42785](https://github.com/orbcorp/orb-java/commit/3a427852b444a502116457fb1d45ff85e9378cd5))
12+
* **api:** OpenAPI spec update via Stainless API ([#36](https://github.com/orbcorp/orb-java/issues/36)) ([03178df](https://github.com/orbcorp/orb-java/commit/03178dfaa6bfd6a3b180438916cb44738bb084d4))
13+
* **api:** OpenAPI spec update via Stainless API ([#37](https://github.com/orbcorp/orb-java/issues/37)) ([6d07d56](https://github.com/orbcorp/orb-java/commit/6d07d56a02f520af24180d9e825b9551c8d4bf7a))
14+
* **api:** OpenAPI spec update via Stainless API ([#38](https://github.com/orbcorp/orb-java/issues/38)) ([a92d627](https://github.com/orbcorp/orb-java/commit/a92d627184db41c58d90bf860e1746276a4228fb))
15+
* **api:** OpenAPI spec update via Stainless API ([#41](https://github.com/orbcorp/orb-java/issues/41)) ([64fdca5](https://github.com/orbcorp/orb-java/commit/64fdca5952f67afccb6220c99bc39a6417bb8ba2))
16+
* **api:** OpenAPI spec update via Stainless API ([#43](https://github.com/orbcorp/orb-java/issues/43)) ([ed5e3c8](https://github.com/orbcorp/orb-java/commit/ed5e3c8cafa1abfee247ddbe824700084ef7d7a7))
17+
* **api:** OpenAPI spec update via Stainless API ([#44](https://github.com/orbcorp/orb-java/issues/44)) ([9941471](https://github.com/orbcorp/orb-java/commit/994147155249ff02075d5c590671654cbcbb6676))
18+
19+
20+
### Bug Fixes
21+
22+
* **docs:** use correct putAdditionalProperty value ([#42](https://github.com/orbcorp/orb-java/issues/42)) ([4f236bc](https://github.com/orbcorp/orb-java/commit/4f236bc7d29a65895aafd0c9c5e6e1745fb42bad))
23+
324
## 0.1.0-alpha.4 (2024-08-14)
425

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

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.4)
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)
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.4")
28+
implementation("com.withorb.api:orb-java:0.1.0-alpha.5")
2929
```
3030

3131
#### Maven
@@ -34,7 +34,7 @@ implementation("com.withorb.api:orb-java:0.1.0-alpha.4")
3434
<dependency>
3535
<groupId>com.withorb.api</groupId>
3636
<artifactId>orb-java</artifactId>
37-
<version>0.1.0-alpha.4</version>
37+
<version>0.1.0-alpha.5</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.4" // x-release-please-version
7+
version = "0.1.0-alpha.5" // x-release-please-version
88
}
99

1010

0 commit comments

Comments
 (0)