Skip to content

Releases: qntx/meme

v0.5.0

17 Mar 15:42

Choose a tag to compare

[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

17 Mar 14:19

Choose a tag to compare

[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

17 Mar 13:13

Choose a tag to compare

[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

17 Mar 11:51

Choose a tag to compare

[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