File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 6.5.0] - 2024-03-31
9
+
10
+ ### Added
11
+
12
+ - Add back the deprecated Completions endpoint that I removed a bit prematurely. Thanks, [ @mishranant ] (https://github.com/
13
+ mishranant) and everyone who requested this.
14
+
8
15
## [ 6.4.0] - 2024-03-27
9
16
10
17
### Added
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- ruby-openai (6.4 .0 )
4
+ ruby-openai (6.5 .0 )
5
5
event_stream_parser (>= 0.3.0 , < 2.0.0 )
6
6
faraday (>= 1 )
7
7
faraday-multipart (>= 1 )
Original file line number Diff line number Diff line change 1
1
module OpenAI
2
- VERSION = "6.4 .0" . freeze
2
+ VERSION = "6.5 .0" . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments