Skip to content

Commit f6495ae

Browse files
authored
bump: v0.6.2 → v0.7.0
1 parent 63ebe68 commit f6495ae

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v0.7.0 (2025-03-17)
2+
3+
### Feat
4+
5+
- replace post-processing with declarative optimization (#112)
6+
- compute optimal sentence boundaries (#110)
7+
- migrate from poetry-cookiecutter to substrate (#98)
8+
- make llama-cpp-python an optional dependency (#97)
9+
- add ability to directly insert Markdown content into the database (#96)
10+
- make importing faster (#86)
11+
12+
### Fix
13+
14+
- fix CLI entrypoint regression (#111)
15+
- lazily raise module not found for optional deps (#109)
16+
- revert pandoc extra name (#106)
17+
- avoid conflicting chunk ids (#93)
18+
119
## v0.6.2 (2025-01-06)
220

321
### Fix

pyproject.toml

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

55
[project] # https://packaging.python.org/en/latest/specifications/pyproject-toml/
66
name = "raglite"
7-
version = "0.6.2"
7+
version = "0.7.0"
88
description = "A Python toolkit for Retrieval-Augmented Generation (RAG) with SQLite or PostgreSQL."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)