Skip to content

Commit 9a711fd

Browse files
authored
0.19.5 (#978)
* removing Gemfile.lock it’s generally accepted that the Gemfile.lock should not be included in a published library. * ignore Gemfile.lock * version bump
1 parent e912e11 commit 9a711fd

File tree

4 files changed

+3
-502
lines changed

4 files changed

+3
-502
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
.DS_Store
1616
.idea
1717
test.ann
18+
Gemfile.lock

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- [DOCS]: Documentation changes. No changes to the library's behavior.
1010
- [SECURITY]: A change which fixes a security vulnerability.
1111

12-
## [Unreleased]
12+
## [0.19.5]
1313
- [BREAKING] [https://github.com/patterns-ai-core/langchainrb/pull/859] Add metadata support to PgVector storage
1414
- [BUGFIX] [https://github.com/patterns-ai-core/langchainrb/pull/939] Fix Langchain::Vectorsearch::Milvus initializer by passing :api_key
1515
- [BUGFIX] [https://github.com/patterns-ai-core/langchainrb/pull/953] Handle nil response in OpenAI LLM streaming

0 commit comments

Comments
 (0)