From 2386cf21d4a1defd38f420a2d88d17a69566ef40 Mon Sep 17 00:00:00 2001 From: Logan <logan.markewich@live.com> Date: Fri, 2 Feb 2024 10:09:37 -0800 Subject: [PATCH] bump version v0.9.42 (#10415) --- CHANGELOG.md | 12 ++++++++++++ llama_index/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1dc7373a..925f975b61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # ChangeLog +## [0.9.42] - 2024-02-02 + +### New Features + +- Add support for `gpt-3.5-turbo-0125` (#10412) +- Added `create-llama` support to rag cli (#10405) + +### Bug Fixes / Nits + +- Fixed minor bugs in lance-db vector store (#10404) +- Fixed streaming bug in ollama (#10407) + ## [0.9.41] - 2024-02-01 ### New Features diff --git a/llama_index/VERSION b/llama_index/VERSION index 6e25cd6151..0adbf03d18 100644 --- a/llama_index/VERSION +++ b/llama_index/VERSION @@ -1 +1 @@ -0.9.41 +0.9.42 diff --git a/pyproject.toml b/pyproject.toml index 2ac3add0b3..a276b0b6df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ name = "llama-index" packages = [{include = "llama_index"}] readme = "README.md" repository = "https://github.com/run-llama/llama_index" -version = "0.9.41" +version = "0.9.42" [tool.poetry.dependencies] SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"} -- GitLab