File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased]
8+ ## [ 0.1.3] - 2020-09-09
9+
10+ ### Changed
11+
12+ - Add ability to change API version in the future.
13+ - Fix README typos.
914
1015## [ 0.1.2] - 2020-09-09
1116
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- ruby-openai (0.1.2 )
4+ ruby-openai (0.1.3 )
55 dotenv (~> 2.7.6 )
66 httparty (~> 0.18.1 )
77
Original file line number Diff line number Diff line change 11module Ruby
22 module OpenAI
3- VERSION = "0.1.2 " . freeze
3+ VERSION = "0.1.3 " . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments