Skip to content

Commit 2cfe791

Browse files
authored
0.8.5 (#42)
1 parent c12ae68 commit 2cfe791

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### 0.8.5
2+
3+
#### Pull Requests:
4+
5+
* https://github.com/JuliaML/OpenAI.jl/pull/40
6+
7+
#### Notes:
8+
9+
* bugfix: created a separate test file for chat completion: despite the naming similarity,
10+
the /v1/chat/completions has nothing to do with /v1/completions.
11+
If a test fails, we need to be able to differentiate between the two easily.
12+
* added JET code quality test
13+
* add attributions for contributors via authors field in Project.toml
14+
115
### 0.8.4
216

317
* feature: get api usage via get_usage_status(), add test

Project.toml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
name = "OpenAI"
22
uuid = "e9f21f70-7185-4079-aca2-91159181367c"
3-
authors = ["Rory Linehan <[email protected]>"]
4-
version = "0.8.4"
3+
authors = [
4+
"Rory Linehan @rory-linehan",
5+
"Marius Fersigan @algunion",
6+
"RexWzh @RexWzh",
7+
"Thatcher Chamberlin @ThatcherC",
8+
"Nicu Stiurca @nstiurca",
9+
"Peter @chengchingwen",
10+
"Stefan Wojcik @stefanjwojcik",
11+
"J S @svilupp",
12+
"Logan Kilpatrick @logankilpatrick",
13+
"Jerry Ling @Moelf"
14+
]
15+
version = "0.8.5"
516

617
[deps]
718
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

0 commit comments

Comments
 (0)