Skip to content

Commit

Permalink
[version] bump version to 0.0.34 (run-llama#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjliu authored Sep 28, 2023
1 parent 247accc commit 08f6157
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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
Expand Down

0 comments on commit 08f6157

Please sign in to comment.