Skip to content

Commit

Permalink
[version] bump version to 0.0.31 (run-llama#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjliu authored Sep 19, 2023
1 parent 280020a commit 5f291e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [v0.0.31] - 2023-09-18

### New Features
- Add reader for GitHub collaborators (#512)
- HWPReader (#517)

### Smaller Features + Bug Fixes
- fixed typos in the readme.md of salesforce tool (#515)
- Service account support for google drive loader (#513)
- Enhance PDFReader to accept File object as well, in addition to a path string (#514)
- add urls to metadata saved by github repo reader (#522)

## [v0.0.30] - 2023-09-12

### New Features
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.30"
version = "0.0.31"
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

0 comments on commit 5f291e0

Please sign in to comment.