We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49161bb commit 3153f5aCopy full SHA for 3153f5a
CHANGELOG.md
@@ -1,4 +1,6 @@
1
## [Unreleased]
2
+
3
+## [0.18.0] - 2024-10-12
4
- [BREAKING] Remove `Langchain::Assistant#clear_thread!` method
5
- [BREAKING] `Langchain::Messages::*` namespace had migrated to `Langchain::Assistant::Messages::*`
6
- [BREAKING] Modify `Langchain::LLM::AwsBedrock` constructor to pass model options via default_options: {...}
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- langchainrb (0.17.1)
+ langchainrb (0.18.0)
baran (~> 0.1.9)
json-schema (~> 4)
7
matrix
lib/langchain/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Langchain
- VERSION = "0.17.1"
+ VERSION = "0.18.0"
end
0 commit comments