diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a6826f86..aa143a0630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [v0.0.34] - 2023-09-27 + +### New Features +- feat: Add PlaygroundsSubgraphInspectorToolSpec to llama_hub (#535) +- add full formatting and linting (#537, #538) + +### Smaller Features + Bug Fixes +- fix: added missing loaders removed from a old PR (#540) +- break loop if API error for slack reader (#544) +- mbox: allow custom, stable document id (#393) +- update database doc (#531) +- fix: jsondata loader on library (#539) +- fix: remove isort due using black and add a new checklist (#546) + ## [v0.0.33] - 2023-09-24 ### New Features diff --git a/pyproject.toml b/pyproject.toml index 3a918c093d..814e547754 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "llama-hub" -version = "0.0.33" +version = "0.0.34" description = "A library of community-driven data loaders for LLMs. Use with LlamaIndex and/or LangChain. " authors = ["Jerry Liu", "Jesse Zhang"] # New attributes