File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ 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
+ ## [ 3.1.0] - 2023-02-13
9
+
10
+ ### Added
11
+
12
+ - Add Finetunes#delete endpoint - thanks [ @lancecarlson ] ( https://github.com/lancecarlson ) for flagging this.
13
+ - Add VCR header and body matching - thanks [ @petergoldstein ] ( https://github.com/petergoldstein ) !
14
+
15
+ ### Fixed
16
+
17
+ - Update File#upload specs to remove deprecated ` answers ` purpose.
18
+
8
19
## [ 3.0.3] - 2023-01-07
9
20
10
21
### Added
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- ruby-openai (3.0.3 )
4
+ ruby-openai (3.1.0 )
5
5
httparty (>= 0.18.1 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 1
1
module Ruby
2
2
module OpenAI
3
- VERSION = "3.0.3 " . freeze
3
+ VERSION = "3.1.0 " . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments