From 0960d0d94157ddd3232f7d2114a25e85d7e2a454 Mon Sep 17 00:00:00 2001 From: Zack Jackson <25274700+ScriptedAlchemy@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:54:02 +0000 Subject: [PATCH] chore: release v0.0.53 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ff16356..a603268d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.53](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.52...v0.0.53) - 2026-07-10 + +### Fixed + +- *(doctor)* isolate registry diff conflicts ([#440](https://github.com/ScriptedAlchemy/tracedecay/pull/440)) +- *(doctor)* derive orphan stores from registry reconstruction ([#439](https://github.com/ScriptedAlchemy/tracedecay/pull/439)) +- *(storage)* retire applied consolidation inputs ([#438](https://github.com/ScriptedAlchemy/tracedecay/pull/438)) +- *(db)* keep FTS repair out of search reads ([#435](https://github.com/ScriptedAlchemy/tracedecay/pull/435)) +- *(sqlite)* disable graph mmap across peer checkpoints ([#436](https://github.com/ScriptedAlchemy/tracedecay/pull/436)) + ## [0.0.52](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.51...v0.0.52) - 2026-07-10 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 339b1abf..92265513 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4856,7 +4856,7 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracedecay" -version = "0.0.52" +version = "0.0.53" dependencies = [ "amari-holographic", "ast-grep-core", diff --git a/Cargo.toml b/Cargo.toml index 27ed1640..79242991 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracedecay" -version = "0.0.52" +version = "0.0.53" 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"