Skip to content

Commit 43bbfea

Browse files
stainless-botRobertCraigie
authored andcommitted
chore(main): release 0.2.3
1 parent e4d644c commit 43bbfea

4 files changed

Lines changed: 29 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.2.2"
2+
".": "0.2.3"
33
}

CHANGELOG.md

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

3+
## [0.2.3](https://github.com/Finch-API/finch-api-java/compare/v0.2.2...v0.2.3) (2023-08-16)
4+
5+
6+
### Features
7+
8+
* **ci:** add a publish-sonatype workflow for manual running ([#38](https://github.com/Finch-API/finch-api-java/issues/38)) ([955e06f](https://github.com/Finch-API/finch-api-java/commit/955e06ff1870a413af1f4c172a6a5fe0ce1a9190))
9+
* default timeout is set for java clients ([#46](https://github.com/Finch-API/finch-api-java/issues/46)) ([81cf300](https://github.com/Finch-API/finch-api-java/commit/81cf3009cdea49ead9c289e584bcd45b0d2f9c1e))
10+
* generate addXxx methods for array types ([#48](https://github.com/Finch-API/finch-api-java/issues/48)) ([b09c620](https://github.com/Finch-API/finch-api-java/commit/b09c620b1c0eba7a68ab247682c37068a6d674c6))
11+
12+
13+
### Bug Fixes
14+
15+
* set correct timeouts on okhttp client ([#49](https://github.com/Finch-API/finch-api-java/issues/49)) ([e4d644c](https://github.com/Finch-API/finch-api-java/commit/e4d644cf115662f552a6686d083f8b57d1f2fb4a))
16+
17+
18+
### Chores
19+
20+
* assign default reviewers to release PRs ([#47](https://github.com/Finch-API/finch-api-java/issues/47)) ([d68e3ca](https://github.com/Finch-API/finch-api-java/commit/d68e3cadfb2c47fb7f9b8faf7cb7d51441625b15))
21+
* **ci:** allow release to proceed without signing key id secret ([#43](https://github.com/Finch-API/finch-api-java/issues/43)) ([eb68631](https://github.com/Finch-API/finch-api-java/commit/eb68631766141498cc548a3bca4cf208bc3c6904))
22+
* **internal:** add `codegen.log` to `.gitignore` ([#36](https://github.com/Finch-API/finch-api-java/issues/36)) ([fdb1391](https://github.com/Finch-API/finch-api-java/commit/fdb13916e3c44f4cc98cfa9201e8157c08bda562))
23+
* **internal:** publish with --stacktrace for more helpful error information ([#40](https://github.com/Finch-API/finch-api-java/issues/40)) ([9837fbf](https://github.com/Finch-API/finch-api-java/commit/9837fbfe20c813ffbd72e5a9d6537502cea25b09))
24+
* **internal:** reorganize types ([#44](https://github.com/Finch-API/finch-api-java/issues/44)) ([6e16f39](https://github.com/Finch-API/finch-api-java/commit/6e16f39e868a9687cdffadc2b5b4eadb4f95851d))
25+
* **internal:** support passing GPG_SIGNING_KEY_ID from secrets ([#42](https://github.com/Finch-API/finch-api-java/issues/42)) ([8559c90](https://github.com/Finch-API/finch-api-java/commit/8559c90c4b58fe66b04749edf22a83bd7da56f7a))
26+
327
## [0.2.2](https://github.com/Finch-API/finch-api-java/compare/v0.2.1...v0.2.2) (2023-07-22)
428

529

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.tryfinch.api/finch-java)](https://central.sonatype.com/artifact/com.tryfinch.api/finch-java/0.2.2)
5+
[![Maven Central](https://img.shields.io/maven-central/v/com.tryfinch.api/finch-java)](https://central.sonatype.com/artifact/com.tryfinch.api/finch-java/0.2.3)
66

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

@@ -27,7 +27,7 @@ The API documentation can be found [here](https://developer.tryfinch.com/).
2727
<!-- x-release-please-start-version -->
2828

2929
```kotlin
30-
implementation("com.tryfinch.api:finch-java:0.2.2")
30+
implementation("com.tryfinch.api:finch-java:0.2.3")
3131
```
3232

3333
#### Maven
@@ -36,7 +36,7 @@ implementation("com.tryfinch.api:finch-java:0.2.2")
3636
<dependency>
3737
<groupId>com.tryfinch.api</groupId>
3838
<artifactId>finch-java</artifactId>
39-
<version>0.2.2</version>
39+
<version>0.2.3</version>
4040
</dependency>
4141
```
4242

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.tryfinch.api"
7-
version = "0.2.2" // x-release-please-version
7+
version = "0.2.3" // x-release-please-version
88
}
99

1010
nexusPublishing {

0 commit comments

Comments
 (0)