From 7bc54be8d3fa051ce329485c46ebf520ec91d4ba Mon Sep 17 00:00:00 2001 From: MattJackson <1085847+MattJackson@users.noreply.github.com> Date: Sat, 25 Apr 2026 18:38:17 -0700 Subject: [PATCH] =?UTF-8?q?v0.13.14=20=E2=80=94=20sync=20release,=20no=20f?= =?UTF-8?q?unctional=20changes=20(autorip=20subscriber=20filter=20fix=20in?= =?UTF-8?q?=20autorip=200.13.14)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11d411e..4901cbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.13.14 (2026-04-25) + +### Sync release — no functional changes in libfreemkv + +Bumped solely to satisfy the unified-versioning rule. The actual fix in +this release is in autorip: the tracing subscriber now enables +`freemkv::scsi=trace,freemkv::disc=trace` so the v0.13.13 instrumentation +events actually surface in `/api/debug`. Without that filter override the +trace events were silently dropped by the default `libfreemkv=warn` rule. + ## 0.13.13 (2026-04-25) ### Telemetry: instrument the rip pipeline for in-flight diagnosis diff --git a/Cargo.toml b/Cargo.toml index b565b2d..94f9b5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "0.13.13" +version = "0.13.14" edition = "2024" rust-version = "1.86" license = "AGPL-3.0-only"