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 dffa3a8 commit da900d5Copy full SHA for da900d5
CHANGES.md
@@ -2,6 +2,8 @@
2
3
4
## Unreleased
5
+
6
+## v0.1.1 - 2025-02-05
7
- Updated to langchain-postgres 0.0.13
8
9
## v0.1.0 - 2025-01-03
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-cratedb"
-version = "0.1.0"
+version = "0.1.1"
description = "Use LangChain with CrateDB"
authors = []
10
readme = "README.md"
0 commit comments