Skip to content

Commit 3153f5a

Browse files
0.18.0 (#828)
1 parent 49161bb commit 3153f5a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## [Unreleased]
2+
3+
## [0.18.0] - 2024-10-12
24
- [BREAKING] Remove `Langchain::Assistant#clear_thread!` method
35
- [BREAKING] `Langchain::Messages::*` namespace had migrated to `Langchain::Assistant::Messages::*`
46
- [BREAKING] Modify `Langchain::LLM::AwsBedrock` constructor to pass model options via default_options: {...}

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
langchainrb (0.17.1)
4+
langchainrb (0.18.0)
55
baran (~> 0.1.9)
66
json-schema (~> 4)
77
matrix

lib/langchain/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Langchain
4-
VERSION = "0.17.1"
4+
VERSION = "0.18.0"
55
end

0 commit comments

Comments
 (0)