From eeb33407ccc8cde7d842d102cd667c58c1ef530e Mon Sep 17 00:00:00 2001 From: Zack Jackson <25274700+ScriptedAlchemy@users.noreply.github.com> Date: Tue, 4 Aug 2026 19:44:32 +0000 Subject: [PATCH 1/2] chore(release): release 0.0.73 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- version.txt | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 14ef0731a..1bf61a76a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.72" + ".": "0.0.73" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 51fbfb77f..38c4776c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.73](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.72...v0.0.73) (2026-08-04) + + +### Bug Fixes + +* **cli:** retrieve truncated daemon JSON ([#503](https://github.com/ScriptedAlchemy/tracedecay/issues/503)) ([bfc2825](https://github.com/ScriptedAlchemy/tracedecay/commit/bfc2825c87dd4903538f2d2bede1f86bb4e1590f)) + ## [0.0.72](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.0.71...v0.0.72) (2026-08-04) diff --git a/Cargo.toml b/Cargo.toml index 09a7657aa..1a2933586 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ exclude = [".worktrees", ".codex-worktrees"] [package] name = "tracedecay" -version = "0.0.72" +version = "0.0.73" publish = false 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" diff --git a/version.txt b/version.txt index 36e6a204e..2225cdf17 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.72 +0.0.73 From 238b594ffee29322f3bff1f36593b94c086e268a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 19:44:48 +0000 Subject: [PATCH 2/2] chore(release): update root lockfile --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 5082074f7..64a6bdd6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4857,7 +4857,7 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracedecay" -version = "0.0.72" +version = "0.0.73" dependencies = [ "amari-holographic", "axum 0.8.9",