# Changelog
All notable changes to this project will be documented in this file.
## v0.1.0 - 2026-04-03
### Build
- **task:** add Taskfile shortcuts
- **release:** add cargo-release config
### Documentation
- **rustdoc:** document public APIs
### Features
- **cli:** build local rag flow with ollama
- **cli:** add vision indexing and progress UI
- **cli:** add hybrid lancedb retrieval
- **config:** add config show/set and env overrides
- **cli:** add store stats summary
- **ingest:** add format-aware chunking
- **ingest:** add liteparse pdf parser option
### Fixes
- **store:** rebuild fts index after delete-only updates
- **config:** address review feedback
- **repo:** use relative links and install protoc
### Refactors
- **store:** simplify fts index updates
### Testing
- **models:** add VCR cassette replay and cargo CI