Skip to content

Commit

Permalink
0.8.5 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
roryl23 authored Jul 8, 2023
1 parent c12ae68 commit 2cfe791
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### 0.8.5

#### Pull Requests:

* https://github.com/JuliaML/OpenAI.jl/pull/40

#### Notes:

* bugfix: created a separate test file for chat completion: despite the naming similarity,
the /v1/chat/completions has nothing to do with /v1/completions.
If a test fails, we need to be able to differentiate between the two easily.
* added JET code quality test
* add attributions for contributors via authors field in Project.toml

### 0.8.4

* feature: get api usage via get_usage_status(), add test
Expand Down
15 changes: 13 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
name = "OpenAI"
uuid = "e9f21f70-7185-4079-aca2-91159181367c"
authors = ["Rory Linehan <[email protected]>"]
version = "0.8.4"
authors = [
"Rory Linehan @rory-linehan",
"Marius Fersigan @algunion",
"RexWzh @RexWzh",
"Thatcher Chamberlin @ThatcherC",
"Nicu Stiurca @nstiurca",
"Peter @chengchingwen",
"Stefan Wojcik @stefanjwojcik",
"J S @svilupp",
"Logan Kilpatrick @logankilpatrick",
"Jerry Ling @Moelf"
]
version = "0.8.5"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down

2 comments on commit 2cfe791

@roryl23
Copy link
Collaborator Author

@roryl23 roryl23 commented on 2cfe791 Jul 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/87099

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.5 -m "<description of version>" 2cfe791e0e4e21fd4ed9089d2a5e19ad359cf73a
git push origin v0.8.5

Please sign in to comment.