diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c29cc..0347fb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v0.6.1 (2025-01-06) + +### Fix + +- fix Markdown heading boundary probas (#81) +- improve (re)insertion speed (#80) +- **deps**: exclude litellm versions that break get_model_info (#78) +- conditionally enable `LlamaRAMCache` (#83) + ## v0.6.0 (2025-01-05) ### Feat diff --git a/pyproject.toml b/pyproject.toml index c887bae..31f9169 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] # https://python-poetry.org/docs/pyproject/ name = "raglite" -version = "0.6.0" +version = "0.6.1" description = "A Python toolkit for Retrieval-Augmented Generation (RAG) with SQLite or PostgreSQL." authors = ["Laurent Sorber "] readme = "README.md"