Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjliu committed Oct 26, 2023
1 parent a4fefcf commit 7b637fb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ChangeLog

## [0.8.53] - 2023-10-27

### New Features
- Docs refactor (#8500)
An overhaul of the docs organization. Major changes
* Added a big new "understanding" section
* Added a big new "optimizing" section
* Overhauled Getting Started content
* Categorized and moved module guides to a single section

## [0.8.52] - 2023-10-26

### New Features
Expand Down
2 changes: 1 addition & 1 deletion llama_index/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.52
0.8.53
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ name = "llama-index"
packages = [{include = "llama_index"}]
readme = "README.md"
repository = "https://github.com/run-llama/llama_index"
version = "0.8.52"
version = "0.8.53"

[tool.poetry.dependencies]
SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}
Expand Down

0 comments on commit 7b637fb

Please sign in to comment.