Skip to content

Commit

Permalink
removing gem-release workflow
Browse files Browse the repository at this point in the history
since I’m just releasing locally with rake
  • Loading branch information
sergiobayona committed May 22, 2024
1 parent 9908c60 commit 8c0ebc2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 23 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/gem-release.yml

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.1.3] - 2024-05-22
- Bumped OpenAI client version.
- Laying the work for more modes. See https://python.useinstructor.com/concepts/patching/ for more information.
- Allow the OpenAI client to be used normally in case you just want to use other client features.

## [0.1.2] - 2024-05-17
- Improved the ability to customize the function name and the LLM function call description (instructions).

Expand Down
2 changes: 1 addition & 1 deletion lib/instructor/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Instructor
VERSION = '0.1.2'
VERSION = '0.1.3'
end

0 comments on commit 8c0ebc2

Please sign in to comment.