Skip to content

Commit

Permalink
version-0.6.12 (#294)
Browse files Browse the repository at this point in the history
* version-0.6.12

* changelog
  • Loading branch information
andreibondarev committed Aug 13, 2023
1 parent 4c0778b commit 8a6d652
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.6.12] - 2023-08-13

## [0.6.11] - 2023-08-08

## [0.6.10] - 2023-08-01
- 🗣️ LLMs
- Introducing Anthropic support
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 (0.6.11)
langchainrb (0.6.12)
baran (~> 0.1.6)
colorize (~> 0.8.1)
json-schema (~> 4.0.0)
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.6.11"
VERSION = "0.6.12"
end

0 comments on commit 8a6d652

Please sign in to comment.