Skip to content

Commit

Permalink
chore: prepare 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Mar 9, 2021
1 parent 4deb5a5 commit adb61df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.2.0
> Published 11 Mar 2021
### Added
* `OpenAI.completions`: text completions as stream of events

### Fixed
* `OpenAI.completion` when `stream` is set

### Changed
* `OpenAI.createCompletion` renamed to `OpenAI.completion`

# 0.1.1
> Published 10 Mar 2021
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/OpenAI.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ object OpenAI : Library {

override val group: String = "com.aallam.openai"
override val artifact: String = "openai"
override val version: String = "0.1.1"
override val version: String = "0.2.0"
}

0 comments on commit adb61df

Please sign in to comment.