Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

[version] bump version to 0.0.21 #460

Merged
merged 1 commit into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [v0.0.21] - 2023-08-10

### New Feature Releases
- ZepReader (#452)
- GraphQL Tool Spec (#455)
- Adding PythonFileToolSpec (#453)
- Adding bing search tools (#457)
- RSS Feed / OPML reader and article parser (#444)

## [v0.0.20] - 2023-08-09

### New Feature Release
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "llama-hub"
version = "0.0.20"
version = "0.0.21"
description = "A library of community-driven data loaders for LLMs. Use with LlamaIndex and/or LangChain. "
authors = ["Jerry Liu", "Jesse Zhang"]
# New attributes
Expand Down