Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 3, 2025
1 parent 9528ede commit fcff0ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@


## Unreleased

## v0.1.0 - 2025-01-03
- Added implementation and software tests for `CrateDBCache`,
deriving from `SQLAlchemyCache`, and `CrateDBSemanticCache`,
building upon `CrateDBVectorStore`.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-cratedb"
version = "0.0.0"
version = "0.1.0"
description = "Use LangChain with CrateDB"
authors = []
readme = "README.md"
Expand Down

0 comments on commit fcff0ab

Please sign in to comment.