Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9487de8

Browse filesBrowse files
committed
release: v0.7.0
1 parent 70ecab1 commit 9487de8
Copy full SHA for 9487de8

File tree

Expand file treeCollapse file tree

2 files changed

+6
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-1
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## v0.7.0 (2023-08-29)
8+
### Changed
9+
- Changed underlying `openai/client` package version from 0.6.3 to 0.7.0
10+
- Update configuration documentation
11+
712
## v0.6.3 (2023-07-10)
813
### Changed
914
- Changed underlying `openai/client` package version from 0.6.0 to 0.6.3

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^8.1.0",
1414
"guzzlehttp/guzzle": "^7.7.0",
1515
"laravel/framework": "^9.46.0|^10.14.1",
16-
"openai-php/client": "^0.6.3"
16+
"openai-php/client": "^0.7.0"
1717
},
1818
"require-dev": {
1919
"laravel/pint": "^1.10.3",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.