Skip to content

Commit

Permalink
0.1.9 (#71)
Browse files Browse the repository at this point in the history
* 0.1.9

* Bump langchainrb 0.11.4
  • Loading branch information
mtrefilek authored Apr 20, 2024
1 parent aefb27c commit 590eb90
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.1.9] - 2024-04-19
- Bump langchainrb gem to include v0.11.x
- Remove pg_vector Overriding Operator Constants

## [0.1.8] - 2024-03-16
- Bump langchainrb gem

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
langchainrb_rails (0.1.8)
langchainrb_rails (0.1.9)
langchainrb (>= 0.7, < 0.12)

GEM
Expand Down Expand Up @@ -114,7 +114,7 @@ GEM
json (2.7.2)
json-schema (4.3.0)
addressable (>= 2.8)
langchainrb (0.11.2)
langchainrb (0.11.4)
activesupport (>= 7.0.8)
baran (~> 0.1.9)
colorize (~> 1.1.0)
Expand Down Expand Up @@ -213,7 +213,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rb_sys (0.9.94)
rb_sys (0.9.96)
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/langchainrb_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LangchainrbRails
VERSION = "0.1.8"
VERSION = "0.1.9"
end

0 comments on commit 590eb90

Please sign in to comment.