Skip to content

Commit d1e1f39

Browse files
committed
bump(release): v0.6.0 → v0.6.1
1 parent b8d9363 commit d1e1f39

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.1 (2025-01-06)
2+
3+
### Fix
4+
5+
- fix Markdown heading boundary probas (#81)
6+
- improve (re)insertion speed (#80)
7+
- **deps**: exclude litellm versions that break get_model_info (#78)
8+
- conditionally enable `LlamaRAMCache` (#83)
9+
110
## v0.6.0 (2025-01-05)
211

312
### Feat

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.0"
7+
version = "0.6.1"
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)