File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11## [ Unreleased]
22
3+ ## [ 0.1.9] - 2024-04-19
4+ - Bump langchainrb gem to include v0.11.x
5+ - Remove pg_vector Overriding Operator Constants
6+
37## [ 0.1.8] - 2024-03-16
48- Bump langchainrb gem
59
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- langchainrb_rails (0.1.8 )
4+ langchainrb_rails (0.1.9 )
55 langchainrb (>= 0.7 , < 0.12 )
66
77GEM
114114 json (2.7.2 )
115115 json-schema (4.3.0 )
116116 addressable (>= 2.8 )
117- langchainrb (0.11.2 )
117+ langchainrb (0.11.4 )
118118 activesupport (>= 7.0.8 )
119119 baran (~> 0.1.9 )
120120 colorize (~> 1.1.0 )
213213 zeitwerk (~> 2.6 )
214214 rainbow (3.1.1 )
215215 rake (13.2.1 )
216- rb_sys (0.9.94 )
216+ rb_sys (0.9.96 )
217217 rdoc (6.6.3.1 )
218218 psych (>= 4.0.0 )
219219 regexp_parser (2.9.0 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module LangchainrbRails
4- VERSION = "0.1.8 "
4+ VERSION = "0.1.9 "
55end
You can’t perform that action at this time.
0 commit comments