Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
martosaur committed Sep 11, 2024
1 parent d13e758 commit 4182870
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased

## v0.2.0

* [OpenAI] Do not overwrite `response_format` params key if provided by user
* Fix `consume_response/3` enforcing all keys to present for ad-hoc Ecto schemas
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ In your mix.exs, add `:instructor_lite` to your list of dependencies:
```elixir
def deps do
[
{:instructor_lite, "~> 0.1.0"}
{:instructor_lite, "~> 0.2.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule InstructorLite.MixProject do
use Mix.Project

@version "0.1.0"
@version "0.2.0"
@source_url "https://github.com/martosaur/instructor_lite"

def project do
Expand Down

0 comments on commit 4182870

Please sign in to comment.