# Changelog
All notable changes to this crate are recorded here.
## [Unreleased]
- Added `rust-version = "1.81"` MSRV declaration to `Cargo.toml`.
- Added `readme = "README.md"`, `homepage`, `documentation`, and `exclude` fields to `Cargo.toml`.
- Added `LICENSE` file (MIT).
- Added feature-flag reference table to `README.md` covering `default` / `full` / `action` / `perception` / `state` / `lambda` / `dynamodb` / `privacy` / `webhook` / `notifications` / `supabase` / `agent` / `cli`.
- Cleaned up README top matter (added crates.io / docs.rs / license badges, installation snippet, MSRV note).
## [0.1.0] — 2026-03-14
Initial public-ready release.
- Core modules: `action`, `perception`, `state`.
- Optional feature flags for AWS Lambda, DynamoDB, HMAC privacy, webhook handlers, Supabase integration.
- `loop-agent` and `loop-cli` binaries behind feature gates.