From a593ae925e39c853010a5cc62148a45cc8a160bc Mon Sep 17 00:00:00 2001 From: Laurent Sorber Date: Sun, 13 Oct 2024 18:54:03 +0200 Subject: [PATCH] =?UTF-8?q?bump(release):=20v0.1.2=20=E2=86=92=20v0.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index affc35b..c564c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.1.3 (2024-10-13) + +### Fix + +- upgrade pdftext (#30) +- improve chunk and segment ordering (#29) + ## v0.1.2 (2024-10-08) ### Fix diff --git a/pyproject.toml b/pyproject.toml index ad252bf..0658e58 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.1.2" +version = "0.1.3" description = "A Python package for Retrieval-Augmented Generation (RAG) with SQLite or PostgreSQL." authors = ["Laurent Sorber "] readme = "README.md"