diff --git a/CHANGELOG.md b/CHANGELOG.md index a285846c..5cf850d1 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.3](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.2...v0.0.3) - 2026-06-19 + +### Fixed + +- *(deps)* remove unused dependencies + +### Other + +- stabilize Windows GC test and cancel stale runs + ## [0.0.2] - 2026-06-18 diff --git a/Cargo.lock b/Cargo.lock index 7ad82028..c79fbc47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4499,7 +4499,7 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracedecay" -version = "0.0.2" +version = "0.0.3" dependencies = [ "amari-holographic", "axum 0.8.9", diff --git a/Cargo.toml b/Cargo.toml index e2459d6f..c61b3839 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracedecay" -version = "0.0.2" +version = "0.0.3" 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" diff --git a/cursor-plugin/.cursor-plugin/plugin.json b/cursor-plugin/.cursor-plugin/plugin.json index 4a2cdc26..88b3b58f 100644 --- a/cursor-plugin/.cursor-plugin/plugin.json +++ b/cursor-plugin/.cursor-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "tracedecay", - "version": "0.0.2", + "version": "0.0.3", "description": "Cursor integration for the TraceDecay semantic code intelligence MCP server.", "author": { "name": "ScriptedAlchemy",