diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f1ad5d..9caf3e2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.13](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.12...v0.0.13) - 2026-06-25 + +### Added + +- support linked worktree store resolution + +### Fixed + +- catalog Codex goal context response items +- preserve serve remote store fallback + +### Other + +- tune Windows CI runtime +- lower precompact summary cap +- harden Windows CI timing paths +- Merge pull request #121 from spa5k/feat/worktree-native-store-resolution +- share git common dir resolution +- document linked worktree store resolution + ### Added - support linked git worktrees resolving the initialized repository store by git common directory diff --git a/Cargo.lock b/Cargo.lock index c3db9af3..60cb5928 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4499,7 +4499,7 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracedecay" -version = "0.0.12" +version = "0.0.13" dependencies = [ "amari-holographic", "axum 0.8.9", diff --git a/Cargo.toml b/Cargo.toml index 5e6a67dc..0d37604d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracedecay" -version = "0.0.12" +version = "0.0.13" edition = "2021" 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"