From 5d46824862b274cdf63ae34aaed7da63362ddd36 Mon Sep 17 00:00:00 2001 From: Zack Jackson <25274700+ScriptedAlchemy@users.noreply.github.com> Date: Fri, 18 Sep 2026 05:11:39 -0700 Subject: [PATCH 1/2] chore(release): release 0.1.0-beta.46 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ Cargo.toml | 2 +- server.json | 2 +- version.txt | 2 +- 5 files changed, 32 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fddbff54e2..69592452b7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-beta.45" + ".": "0.1.0-beta.46" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5dabdfe9..8fb0066615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,34 @@ 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.46](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.1.0-beta.45...v0.1.0-beta.46) (2026-09-18) + + +### Bug Fixes + +* **code-index:** never join clone backfill from a freshness read ([b3e3d4a](https://github.com/ScriptedAlchemy/tracedecay/commit/b3e3d4ab7a77a89ed5dab8c6195b027507762190)) +* **code-index:** never join clone backfill from a freshness read ([d86fd22](https://github.com/ScriptedAlchemy/tracedecay/commit/d86fd22b4901d4b209894142fb50683ae673d1a5)) +* **code-index:** preserve deterministic text sizing evidence ([9aae729](https://github.com/ScriptedAlchemy/tracedecay/commit/9aae7293a0139c03e569a88846dfc787514a319f)) +* **code-index:** preserve deterministic text sizing evidence ([8e75b08](https://github.com/ScriptedAlchemy/tracedecay/commit/8e75b0873aeb17a0123d00ecc740471c0c6a31cd)) +* **code-index:** prune nested repositories from the parent source walk ([89384bc](https://github.com/ScriptedAlchemy/tracedecay/commit/89384bcd33184478cc38228413c48ddc0a9368c2)) +* **code-index:** prune nested repositories from the parent source walk ([836c366](https://github.com/ScriptedAlchemy/tracedecay/commit/836c3665c168a92a056bb6381b658a739cd09f36)) +* **code-index:** restore queued rebuild truth and decoded seats ([c3c57ad](https://github.com/ScriptedAlchemy/tracedecay/commit/c3c57addb1e3d309e723f27d983d5be058cf73de)) +* **code-index:** restore queued rebuild truth and decoded seats ([f1c025e](https://github.com/ScriptedAlchemy/tracedecay/commit/f1c025ebe0535d91e2383362f640492d3b30e1bd)) +* **global-db:** name the exact field in a session projection collision ([bfd53c0](https://github.com/ScriptedAlchemy/tracedecay/commit/bfd53c0171aefc6bd23bab0c7a0adbc49dc30270)) +* **global-db:** name the exact field in a session projection collision ([b92d95b](https://github.com/ScriptedAlchemy/tracedecay/commit/b92d95b6b4b545387c9d58b28fdb6c19f400d00d)) +* **global-db:** repair stale projection rows under current provenance ([19ab9f8](https://github.com/ScriptedAlchemy/tracedecay/commit/19ab9f89379c96d4f5b68de8f1e41af6bf06f494)) +* **global-db:** repair stale projection rows under current provenance ([c55058a](https://github.com/ScriptedAlchemy/tracedecay/commit/c55058a3ac4802f9203f7ffd6c1900c0813d6bbc)) +* **global-db:** restore a missing uniquely owned projection session ([905758b](https://github.com/ScriptedAlchemy/tracedecay/commit/905758b38ed1dfd757a89fad17489ee523508907)) +* **global-db:** restore a missing uniquely owned projection session ([b7c9b0d](https://github.com/ScriptedAlchemy/tracedecay/commit/b7c9b0d2b547f147926966fe6245f88afb12ba57)) +* **host-admission:** classify typed session projection collisions ([da8da59](https://github.com/ScriptedAlchemy/tracedecay/commit/da8da5970b998fdd6349d0783eabf9e324a7f421)) +* **host-admission:** classify typed session projection collisions ([582bc92](https://github.com/ScriptedAlchemy/tracedecay/commit/582bc929f638161b62ad9e89b32fb89d41488cae)) +* **lcm:** return unavailable health as the doctor's partial answer ([b2170aa](https://github.com/ScriptedAlchemy/tracedecay/commit/b2170aaf1f7e3ca98df66bded43fedc8bd8bdffc)) +* **lcm:** return unavailable health as the doctor's partial answer ([93b1415](https://github.com/ScriptedAlchemy/tracedecay/commit/93b141560e39bdad57c55e9f4aa35f40369b1f9a)) +* **memory:** apply host reserve before the cgroup service ceiling ([a4cf384](https://github.com/ScriptedAlchemy/tracedecay/commit/a4cf384941ff9d4e113129103a1178ce29ead0ff)) +* **memory:** apply host reserve before the cgroup service ceiling ([74f6c14](https://github.com/ScriptedAlchemy/tracedecay/commit/74f6c149db76883673ee586623bdd119b0929a46)) +* **release:** verify attestations from the master-ref ship workflow ([612a7bd](https://github.com/ScriptedAlchemy/tracedecay/commit/612a7bd9c0ec7af04eca22f71054923798de20e8)) +* **release:** verify attestations from the master-ref ship workflow ([08fac7d](https://github.com/ScriptedAlchemy/tracedecay/commit/08fac7d69e7586ee1496d0b42abfd37ca88d4648)) + ## [0.1.0-beta.45](https://github.com/ScriptedAlchemy/tracedecay/compare/v0.1.0-beta.44...v0.1.0-beta.45) (2026-09-18) diff --git a/Cargo.toml b/Cargo.toml index 8d58815460..673bae2da1 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.45" +version = "0.1.0-beta.46" [workspace.dependencies] # Opt-in profiler, pinned once for the whole workspace. Non-optional on purpose: diff --git a/server.json b/server.json index fa37fcf12e..216490050e 100644 --- a/server.json +++ b/server.json @@ -8,6 +8,6 @@ "source": "github" }, "websiteUrl": "https://github.com/ScriptedAlchemy/tracedecay", - "version": "0.1.0-beta.45", + "version": "0.1.0-beta.46", "packages": [] } diff --git a/version.txt b/version.txt index 18bb580f5e..59d35c0de6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.0-beta.45 +0.1.0-beta.46 From d0ac1a0d32cf5067b561b47b61433396b603d81e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 12:15:48 +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 0b8a6098ad..48daa82d37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5323,7 +5323,7 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracedecay" -version = "0.1.0-beta.45" +version = "0.1.0-beta.46" dependencies = [ "axum", "constant_time_eq", @@ -5597,7 +5597,7 @@ dependencies = [ [[package]] name = "tracedecay-cli" -version = "0.1.0-beta.45" +version = "0.1.0-beta.46" dependencies = [ "axum", "clap", @@ -6336,7 +6336,7 @@ dependencies = [ [[package]] name = "tracedecay-project" -version = "0.1.0-beta.45" +version = "0.1.0-beta.46" dependencies = [ "hotpath", "rusqlite",