Skip to content

Commit bf73dc4

Browse files
authored
[version] bump version to 0.9.32 (run-llama#10066)
1 parent db91870 commit bf73dc4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# ChangeLog
22

3+
## [0.9.32] - 2024-01-16
4+
5+
### New Features
6+
7+
- added query-time row retrieval + fix nits with query pipeline over structured data (#10061)
8+
- ReActive Agents w/ Context + updated stale link (#10058)
9+
310
## [0.9.31] - 2024-01-15
411

512
### New Features

Diff for: llama_index/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.31
1+
0.9.32

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ name = "llama-index"
4242
packages = [{include = "llama_index"}]
4343
readme = "README.md"
4444
repository = "https://github.com/run-llama/llama_index"
45-
version = "0.9.31"
45+
version = "0.9.32"
4646

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

0 commit comments

Comments
 (0)