Skip to content

Commit

Permalink
0.1.8 (#57)
Browse files Browse the repository at this point in the history
* 0.1.8

* Modifying the changelog

* fix linter

* Update hooks.rb
  • Loading branch information
andreibondarev authored Mar 16, 2024
1 parent 7500bf8 commit 51a4001
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## [Unreleased]

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

## [0.1.7] - 2024-01-29
- Fix Pgvector#ask method

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:
langchainrb_rails (0.1.7)
langchainrb_rails (0.1.8)
langchainrb (>= 0.7, < 0.10)

GEM
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.7"
VERSION = "0.1.8"
end

0 comments on commit 51a4001

Please sign in to comment.