diff --git a/CHANGELOG.md b/CHANGELOG.md index f2f6197..a61ef09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.10.1 - 2026-08-10 + +### Added + +- Added real-repository accuracy benchmark coverage. + +### Fixed + +- Corrected TypeScript dependency directionality and directory index import resolution. +- Kept non-UTF-8 files as metadata-only entries so binary files no longer break graph freshness checks or MCP startup. +- Updated website tooling dependencies to clear the pnpm audit. + ## v0.10.0 - 2026-07-12 ### Added diff --git a/Cargo.lock b/Cargo.lock index ad3c5b1..01f5892 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -636,7 +636,7 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" [[package]] name = "lexa" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index d06a504..8be6eb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lexa" -version = "0.10.0" +version = "0.10.1" edition = "2021" description = "Fast code intelligence engine for AI agents" license = "MIT"