Skip to content

Commit

Permalink
Merge pull request #564 from andreibondarev/0.11.0
Browse files Browse the repository at this point in the history
0.11.0
  • Loading branch information
andreibondarev committed Apr 5, 2024
2 parents 7945201 + 9152995 commit f537948
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 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.11.0]
- Delete previously deprecated `Langchain::Agent::ReActAgent` and `Langchain::Agent::SQLQueryAgent` classes
- New `Langchain::Agent::FileSystem` tool that can read files, write to files, and list the contents of a directory

## [0.10.3]
- Bump dependencies
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
langchainrb (0.10.3)
langchainrb (0.11.0)
activesupport (>= 7.0.8)
baran (~> 0.1.9)
colorize (~> 1.1.0)
Expand Down Expand Up @@ -417,14 +417,14 @@ GEM
standard
stringio (3.1.0)
thor (1.3.0)
tiktoken_ruby (0.0.7-aarch64-linux)
tiktoken_ruby (0.0.7-arm-linux)
tiktoken_ruby (0.0.7-arm64-darwin)
tiktoken_ruby (0.0.7-x86_64-darwin)
tiktoken_ruby (0.0.7-x86_64-linux)
tiktoken_ruby (0.0.7-x86_64-linux-musl)
tiktoken_ruby (0.0.8)
rb_sys (>= 0.9.86)
tiktoken_ruby (0.0.8-aarch64-linux)
tiktoken_ruby (0.0.8-arm-linux)
tiktoken_ruby (0.0.8-arm64-darwin)
tiktoken_ruby (0.0.8-x86_64-darwin)
tiktoken_ruby (0.0.8-x86_64-linux)
tiktoken_ruby (0.0.8-x86_64-linux-musl)
timeout (0.4.1)
to_bool (2.0.0)
trailblazer-option (0.1.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/langchain/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Langchain
VERSION = "0.10.3"
VERSION = "0.11.0"
end

0 comments on commit f537948

Please sign in to comment.