Skip to content

Commit

Permalink
bump(release): v0.1.2 → v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber committed Oct 13, 2024
1 parent a1fcf30 commit a593ae9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit a593ae9

Please sign in to comment.