Releases: qntx/meme
Releases Β· qntx/meme
v0.5.0
[0.5.0] - 2026-03-17
π Features
- (cli) Add CRUD commands (get, update, delete, search, history) and direct fact ingestion
π Refactor
- (api) Rename methods and enhance error handling with CRUD operations
- (core) Extract MemeBuilder and Meme facade from monolithic lib.rs
π Documentation
- Update README with lifecycle reconciliation, CRUD operations, and benchmark section
v0.4.2
[0.4.2] - 2026-03-17
π Features
- (perf) Add parallel processing for embeddings, conflict resolution, and ANN queries
- (llm) Standardize JSON response format with explicit field names
- (prompt) Add temporal anchoring requirement and chronological context sorting
βοΈ Miscellaneous Tasks
- Bump version to 0.4.2 and add config validation with shared HTTP client
v0.4.1
[0.4.1] - 2026-03-17
π Features
- (conflict-resolution) Add memory deduplication and conflict resolution system
- (bench) Add LOCOMO dataset loader and library structure
- (bench) Add LOCOMO10 dataset with 66,751 multi-hop QA entries
π Refactor
- (bench) Apply clippy suggestions and improve code quality
π Documentation
- Remove crates table section from README
βοΈ Miscellaneous Tasks
- Bump version to 0.4.1 and add LOCOMO benchmark suite
v0.4.0
[0.4.0] - 2026-03-17
π Features
- (isolation) Add user_id and session_id support for multi-tenant memory isolation
π¨ Styling
- Apply clippy suggestions for code quality improvements
βοΈ Miscellaneous Tasks
- Bump version to 0.4.0 and add comprehensive test coverage