Skip to content

Commit 5403cc5

Browse files
authored
0.16.1 (#798)
1 parent 874c7e4 commit 5403cc5

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.16.1] - 2024-09-30
24
- Deprecate Langchain::LLM::GooglePalm
35
- Allow setting response_object: {} parameter when initializing supported Langchain::LLM::* classes
46
- Simplify and consolidate logging for some of the LLM providers (namely OpenAI and Google). Now most of the HTTP requests are being logged when on DEBUG level

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.16.0)
4+
langchainrb (0.16.1)
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.16.0"
4+
VERSION = "0.16.1"
55
end

0 commit comments

Comments
 (0)