From 78ad7b97de9dc13d57171f81ce4ffd86c9607299 Mon Sep 17 00:00:00 2001 From: Zack Jackson <25274700+ScriptedAlchemy@users.noreply.github.com> Date: Sat, 11 Jul 2026 20:34:03 +0000 Subject: [PATCH] chore: release v0.0.57 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4168824..6cea547b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.57](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.56...v0.0.57) - 2026-07-11 + +### Fixed + +- *(windows)* handle platform-specific runtime behavior +- *(daemon)* gate unix shutdown internals +- *(sessions)* harden user routing and daemon shutdown + +### Other + +- Merge remote-tracking branch 'origin/master' into fix/user-message-search-storage-scope + ## [0.0.56](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.55...v0.0.56) - 2026-07-11 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index de65d3a6..b0e34168 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4856,7 +4856,7 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracedecay" -version = "0.0.56" +version = "0.0.57" dependencies = [ "amari-holographic", "ast-grep-core", diff --git a/Cargo.toml b/Cargo.toml index 088bb316..baede26f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracedecay" -version = "0.0.56" +version = "0.0.57" 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"