Changelog
=========

All notable changes to memorybrain are documented in this file.

[1.0.0] - 2026-06-03
--------------------
- Initial PyPI release
- MemoryBrain class with remember, recall, search, forget
- SQLite storage backend (automatic local database)
- Memory ranking by relevance, importance, and recency
- Export and import memories as JSON
- Statistics: total memories, most common tags, database size
- Python 3.10+ support, zero runtime dependencies
