Skip to content

Commit

Permalink
Release of version 0.6.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariochavez authored Jun 6, 2023
1 parent aea0bbb commit 446f53d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [Unreleased]

## [0.6.0] 2023-06-05

- Fix failure to rescue from API call exceptions.
- Fix embedding loading into Embedding resource.

## [0.5.0] 2023-05-26

- Adds method `get_or_create` to Collection class.
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:
chroma-db (0.5.0)
chroma-db (0.6.0)
dry-monads (~> 1.6)
ruby-next (>= 0.15.0)

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

module Chroma
VERSION = "0.5.0"
VERSION = "0.6.0"
end

0 comments on commit 446f53d

Please # to comment.