Skip to content

Commit f764d2e

Browse files
release: 0.9.1
1 parent 0c3f655 commit f764d2e

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-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.9.0"
2+
".": "0.9.1"
33
}

CHANGELOG.md

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

3+
## 0.9.1 (2025-01-06)
4+
5+
Full Changelog: [v0.9.0...v0.9.1](https://github.com/openai/openai-java/compare/v0.9.0...v0.9.1)
6+
7+
### Styles
8+
9+
* **internal:** sort fields ([#82](https://github.com/openai/openai-java/issues/82)) ([219b48f](https://github.com/openai/openai-java/commit/219b48f7c6ff25eae8a9a082f8193c41aa18d0ac))
10+
311
## 0.9.0 (2025-01-03)
412

513
Full Changelog: [v0.8.1...v0.9.0](https://github.com/openai/openai-java/compare/v0.8.1...v0.9.0)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
<!-- x-release-please-start-version -->
1111

12-
[![Maven Central](https://img.shields.io/maven-central/v/com.openai/openai-java)](https://central.sonatype.com/artifact/com.openai/openai-java/0.9.0)
12+
[![Maven Central](https://img.shields.io/maven-central/v/com.openai/openai-java)](https://central.sonatype.com/artifact/com.openai/openai-java/0.9.1)
1313

1414
<!-- x-release-please-end -->
1515

@@ -32,7 +32,7 @@ The REST API documentation can be found on [platform.openai.com](https://platfo
3232
<!-- x-release-please-start-version -->
3333

3434
```kotlin
35-
implementation("com.openai:openai-java:0.9.0")
35+
implementation("com.openai:openai-java:0.9.1")
3636
```
3737

3838
#### Maven
@@ -41,7 +41,7 @@ implementation("com.openai:openai-java:0.9.0")
4141
<dependency>
4242
<groupId>com.openai</groupId>
4343
<artifactId>openai-java</artifactId>
44-
<version>0.9.0</version>
44+
<version>0.9.1</version>
4545
</dependency>
4646
```
4747

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.openai"
7-
version = "0.9.0" // x-release-please-version
7+
version = "0.9.1" // x-release-please-version
88
}
99

1010

0 commit comments

Comments
 (0)