From 6fa317170fb3010cacc80f44e43b9a61e210ad28 Mon Sep 17 00:00:00 2001 From: Jerry Liu Date: Mon, 5 Feb 2024 15:36:04 -0800 Subject: [PATCH] [version] bump version to 0.0.78 (#926) --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09f353ab47..cee736bfc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # ChangeLog +## v[0.0.78] - 2024-02-05 + +### New Features +- add local RAG CLI variant (#916) +- Simple short-form Self-RAG Pack (#907) + +### Smaller Features + Bug Fixes / Nits +- fix: store the str path instead of the Path object (#917) +- Update base.py in paged_csv (#839) +- Fix to confluence loader documentation. (#920) +- yahoo finance key word addition to read me file for better search experience in llamahub (#897) + ## v[0.0.77] - 2024-01-29 ### New Features diff --git a/pyproject.toml b/pyproject.toml index f4852224b7..532d850c45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "llama-hub" -version = "0.0.77" +version = "0.0.78" description = "A library of community-driven data loaders for LLMs. Use with LlamaIndex and/or LangChain. " authors = ["Jerry Liu", "Jesse Zhang"] # New attributes