Skip to content

Commit

Permalink
roll version, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
roryl23 committed Feb 1, 2023
1 parent 42aff91 commit 13eaaca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.5.1

* bugfix: avoid issues with quoted strings in kwargs

### 0.5.0

* Replace HTTP/JSON with Downloads/JSON3
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OpenAI"
uuid = "e9f21f70-7185-4079-aca2-91159181367c"
authors = ["Rory Linehan <[email protected]>"]
version = "0.5.0"
version = "0.5.1"

[deps]
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Expand Down

2 comments on commit 13eaaca

@roryl23
Copy link
Collaborator Author

@roryl23 roryl23 commented on 13eaaca Feb 1, 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/76800

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.5.1 -m "<description of version>" 13eaacaeda3008c3ce89fcaf977f5847228a006d
git push origin v0.5.1

Please sign in to comment.