diff --git a/CHANGELOG.md b/CHANGELOG.md index 3277ebe..43b6cbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.3.0 (2024-12-03) + +### Feat + +- support prompt caching and apply Anthropic's long-context prompt format (#52) + ## v0.2.1 (2024-11-22) ### Fix diff --git a/pyproject.toml b/pyproject.toml index f933ddb..d7512ef 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.2.1" +version = "0.3.0" description = "A Python toolkit for Retrieval-Augmented Generation (RAG) with SQLite or PostgreSQL." authors = ["Laurent Sorber "] readme = "README.md"