From f6a587db7d0c33255b5811e3540b187f3a828e0d Mon Sep 17 00:00:00 2001 From: Zack Jackson <25274700+ScriptedAlchemy@users.noreply.github.com> Date: Fri, 18 Sep 2026 01:10:48 -0700 Subject: [PATCH 1/2] chore(release): release 0.1.0-beta.45 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.toml | 2 +- server.json | 2 +- version.txt | 2 +- 5 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d414d0509f..fddbff54e2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-beta.44" + ".": "0.1.0-beta.45" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a50f76682..3a5dabdfe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ 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.1.0-beta.45](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.1.0-beta.44...v0.1.0-beta.45) (2026-09-18) + + +### Bug Fixes + +* **clones:** bound clone bodies by tokens, not source bytes ([a10c021](https://github.com/ScriptedAlchemy/tracedecay/commit/a10c0211bb02301b2af10aae0bd3389335453936)) +* **clones:** bound clone bodies by tokens, not source bytes ([7f19751](https://github.com/ScriptedAlchemy/tracedecay/commit/7f19751069e154faa427d10fc23775f64683e8fe)) +* **code-index:** move every extractor revision for the clone-body bound ([c7eb62e](https://github.com/ScriptedAlchemy/tracedecay/commit/c7eb62eaea31bfbe707fcf5181b9aa519db75344)) +* **code-index:** move every extractor revision for the clone-body bound ([fe58bba](https://github.com/ScriptedAlchemy/tracedecay/commit/fe58bba408d9a9014030646e0d6b48e52d5f35b3)) + + +### Performance Improvements + +* **cli:** ship mimalloc in the production feature ([c183290](https://github.com/ScriptedAlchemy/tracedecay/commit/c1832900046af7ec6c79a1def6a08d0e556c69e3)) +* **cli:** ship mimalloc in the production feature ([9981f98](https://github.com/ScriptedAlchemy/tracedecay/commit/9981f9819669d4100006464c5caa54916ae67b81)) +* **release:** run tag builds on master so dependency caches survive ([049289a](https://github.com/ScriptedAlchemy/tracedecay/commit/049289aabe1d6044282adcfacc95467013d0f16a)) +* **release:** run tag builds on master so dependency caches survive ([3ac7ae1](https://github.com/ScriptedAlchemy/tracedecay/commit/3ac7ae16406d8539b32ca58f34628cdf64f95bdc)) + ## [0.1.0-beta.44](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.1.0-beta.43...v0.1.0-beta.44) (2026-09-18) diff --git a/Cargo.toml b/Cargo.toml index 75365bfd61..8d58815460 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ resolver = "3" # inheritance table is the sanctioned single source of truth. [workspace.package] edition = "2024" -version = "0.1.0-beta.44" +version = "0.1.0-beta.45" [workspace.dependencies] # Opt-in profiler, pinned once for the whole workspace. Non-optional on purpose: diff --git a/server.json b/server.json index 055fe05017..fa37fcf12e 100644 --- a/server.json +++ b/server.json @@ -8,6 +8,6 @@ "source": "github" }, "websiteUrl": "https://github.com/ScriptedAlchemy/tracedecay", - "version": "0.1.0-beta.44", + "version": "0.1.0-beta.45", "packages": [] } diff --git a/version.txt b/version.txt index 3fbd3bf622..18bb580f5e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.0-beta.44 +0.1.0-beta.45 From 861ea9da76d3f1ee62d87871116df1604cc0cf0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 08:15:45 +0000 Subject: [PATCH 2/2] chore(release): update root lockfile --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b09dbc2250..0b8a6098ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5323,7 +5323,7 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracedecay" -version = "0.1.0-beta.44" +version = "0.1.0-beta.45" dependencies = [ "axum", "constant_time_eq", @@ -5597,7 +5597,7 @@ dependencies = [ [[package]] name = "tracedecay-cli" -version = "0.1.0-beta.44" +version = "0.1.0-beta.45" dependencies = [ "axum", "clap", @@ -6336,7 +6336,7 @@ dependencies = [ [[package]] name = "tracedecay-project" -version = "0.1.0-beta.44" +version = "0.1.0-beta.45" dependencies = [ "hotpath", "rusqlite",