diff --git a/CHANGELOG.md b/CHANGELOG.md index 30df836d6..3604dcd1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.68](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.67...v0.0.68) - 2026-08-03 + +### Fixed + +- *(cargo)* isolate nested worktrees without dropping packaged dashboard assets +- *(grep)* scope generated path glob traversal +- *(grep)* honor generated directory path globs +- *(grep)* bound filesystem scans +- *(sessions)* preserve and retry uncertain worktree membership +- *(sessions)* defer uncertain session routing +- *(storage)* bound legacy worktree probing +- *(worktrees)* avoid blocking Git discovery + +### Performance + +- *(sessions)* cache worktree metadata resolution + ## [0.0.67](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.66...v0.0.67) - 2026-07-27 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 494340fd5..5213a904d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4856,7 +4856,7 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracedecay" -version = "0.0.67" +version = "0.0.68" dependencies = [ "amari-holographic", "ast-grep-core", diff --git a/Cargo.toml b/Cargo.toml index 91cd2d820..012e96d9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracedecay" -version = "0.0.67" +version = "0.0.68" edition = "2024" description = "Code intelligence tool that builds a semantic knowledge graph from Rust, Go, Java, Scala, TypeScript, Python, C, C++, Kotlin, C#, Swift, and many more codebases" license = "MIT"