From 539f5d441d1958c46c849ec14c4b34b842bad002 Mon Sep 17 00:00:00 2001 From: Jerry Liu Date: Mon, 12 Feb 2024 11:41:18 -0800 Subject: [PATCH] [version] bump version to 0.0.79 (#946) Co-authored-by: Anoop Sharma --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cee736bfc8..2891a39f91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # ChangeLog +## v[0.0.79] - 2024-02-12 + +### New Features +- Ionic shopping tool (#915) +- GeniusReader loader (#819) + +### Smaller Features + Bug Fixes / Nits +- Updated Docugami loader (#771) +- asyncio bug fix in telegram loader (#928) +- feat: allow use of self-signed cert for MinIO server with MinioReader (#935) +- add setup_cli.sh (oops) (#941) +- Update README.md to fix a bug in the example (#942) +- Added handling of filename_as_id and file_extractor to SharePointReader (#934) +- Remove links from telegram text messages (#943) + ## v[0.0.78] - 2024-02-05 ### New Features diff --git a/pyproject.toml b/pyproject.toml index cbdc564c79..d6b9eef280 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "llama-hub" -version = "0.0.78" +version = "0.0.79" description = "A library of community-driven data loaders for LLMs. Use with LlamaIndex and/or LangChain. " authors = ["Jerry Liu", "Jesse Zhang"] # New attributes