Skip to content

Commit 12e5d45

Browse files
authored
Merge pull request #138 from alexrudall/3.0.1
3.0.1
2 parents d28d1f1 + 6cdef41 commit 12e5d45

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.1] - 2022-12-26
9+
10+
### Removed
11+
12+
- [BREAKING] Remove deprecated answers, classifications, embeddings, engines and search endpoints.
13+
- [BREAKING] Remove ability to pass engine to completions and embeddings outside of the parameters hash.
14+
815
## [3.0.0] - 2022-12-26
916

1017
### Added
@@ -15,8 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1522
### Removed
1623

1724
- [BREAKING] Remove ability to include access_token directly via ENV vars.
18-
- [BREAKING] Remove deprecated answers, classifications, embeddings, engines and search endpoints.
19-
- [BREAKING] Remove ability to pass engine to completions and embeddings outside of the parameters hash.
2025
- [BREAKING] Remove ability to pass API version directly to endpoints.
2126

2227
## [2.3.0] - 2022-12-23

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ruby-openai (3.0.0)
4+
ruby-openai (3.0.1)
55
httparty (>= 0.18.1, < 0.21.0)
66

77
GEM

lib/ruby/openai/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Ruby
22
module OpenAI
3-
VERSION = "3.0.0".freeze
3+
VERSION = "3.0.1".freeze
44
end
55
end

0 commit comments

Comments
 (0)