Skip to content

Commit b19963d

Browse files
committed
bump(release): v0.5.1 → v0.6.0
1 parent 62d574b commit b19963d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v0.6.0 (2025-01-05)
2+
3+
### Feat
4+
5+
- add support for Python 3.12 (#69)
6+
- upgrade from xx_sent_ud_sm to SaT (#74)
7+
- add streaming tool use to llama-cpp-python (#71)
8+
- improve sentence splitting (#72)
9+
110
## v0.5.1 (2024-12-18)
211

312
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry] # https://python-poetry.org/docs/pyproject/
66
name = "raglite"
7-
version = "0.5.1"
7+
version = "0.6.0"
88
description = "A Python toolkit for Retrieval-Augmented Generation (RAG) with SQLite or PostgreSQL."
99
authors = ["Laurent Sorber <laurent@superlinear.eu>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)