From b4eabb9094a2f23020caabab090152883345fb45 Mon Sep 17 00:00:00 2001 From: Emanuel Ferreira Date: Mon, 30 Oct 2023 08:09:44 -0300 Subject: [PATCH] [version] bump version to v0.0.41 (#610) --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2571c240cd..f2edb43e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [v0.0.41] - 2023-10-30 + +### New Features +- CogniSwitch Connector (#604) + +### Smaller Features + Bug Fixes +- add docs to min_chunk_size (#607) +- Change Tavily client name (#609) + ## [v0.0.40] - 2023-10-26 ### New Features diff --git a/pyproject.toml b/pyproject.toml index 91afc5d4d8..3be6f25997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "llama-hub" -version = "0.0.40" +version = "0.0.41" description = "A library of community-driven data loaders for LLMs. Use with LlamaIndex and/or LangChain. " authors = ["Jerry Liu", "Jesse Zhang"] # New attributes