Skip to content

Commit 290e2c0

Browse files
committed
bump(release): v0.6.1 → v0.6.2
1 parent 479121e commit 290e2c0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.6.2 (2025-01-06)
2+
3+
### Fix
4+
5+
- remove unnecessary stop sequence (#84)
6+
17
## v0.6.1 (2025-01-06)
28

39
### 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.6.1"
7+
version = "0.6.2"
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)