Skip to content

Commit

Permalink
Merge pull request #158 from alexrudall/3.0.3
Browse files Browse the repository at this point in the history
Bump to 3.0.3
  • Loading branch information
alexrudall authored Jan 7, 2023
2 parents 3f7ad5d + 9ee57d0 commit d130253
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.3] - 2023-01-07

### Added

- Add ability to run the specs without VCR cassettes using `NO_VCR=true bundle exec rspec`.
- Add Ruby 3.2 to CircleCI config - thanks [@petergoldstein](https://github.com/petergoldstein)!
- A bit of detail added to the README on DALLE image sizes - thanks [@ndemianc](https://github.com/ndemianc)!

### Fixed

- Fix finetunes and files uploads endpoints - thanks [@chaadow](https://github.com/chaadow) for your PR on this and [@petergoldstein](https://github.com/petergoldstein) for the PR we ultimately went with.

## [3.0.2] - 2022-12-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ruby-openai (3.0.2)
ruby-openai (3.0.3)
httparty (>= 0.18.1, < 0.22.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby/openai/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Ruby
module OpenAI
VERSION = "3.0.2".freeze
VERSION = "3.0.3".freeze
end
end

0 comments on commit d130253

Please sign in to comment.