Skip to content

Commit

Permalink
bump(release): v0.6.0 → v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber committed Jan 6, 2025
1 parent b8d9363 commit d1e1f39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.6.1 (2025-01-06)

### Fix

- fix Markdown heading boundary probas (#81)
- improve (re)insertion speed (#80)
- **deps**: exclude litellm versions that break get_model_info (#78)
- conditionally enable `LlamaRAMCache` (#83)

## v0.6.0 (2025-01-05)

### Feat
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.6.0"
version = "0.6.1"
description = "A Python toolkit for Retrieval-Augmented Generation (RAG) with SQLite or PostgreSQL."
authors = ["Laurent Sorber <laurent@superlinear.eu>"]
readme = "README.md"
Expand Down

0 comments on commit d1e1f39

Please sign in to comment.