From 643bd96bd06d5c9ae3754b9ef918b023f0461c3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 22:49:49 +0000 Subject: [PATCH] publish new versions --- .changes/profiling-integration.md | 6 ------ CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 .changes/profiling-integration.md diff --git a/.changes/profiling-integration.md b/.changes/profiling-integration.md deleted file mode 100644 index 1a90661..0000000 --- a/.changes/profiling-integration.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tracing": patch -"tracing-js": patch ---- - -Add CPU profiling integration with span correlation via new `profiling` feature. Includes `TracedProfilingExt` for automatic span/logging around profiles, `SpanTimingLayer` for capturing span timing, and `SpanAwareProfilingExt` for correlating CPU samples with active tracing spans. diff --git a/CHANGELOG.md b/CHANGELOG.md index b043b66..d21c984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.3.2] + +- [`97f668f`](https://github.com/fltsci/tauri-plugin-tracing/commit/97f668f1d021364aeb4c0f8e2a70d7899969d480) ([#95](https://github.com/fltsci/tauri-plugin-tracing/pull/95) by [@johncarmack1984](https://github.com/fltsci/tauri-plugin-tracing/../../johncarmack1984)) Add CPU profiling integration with span correlation via new `profiling` feature. Includes `TracedProfilingExt` for automatic span/logging around profiles, `SpanTimingLayer` for capturing span timing, and `SpanAwareProfilingExt` for correlating CPU samples with active tracing spans. + ## \[0.3.1] - [`b61f9ab`](https://github.com/fltsci/tauri-plugin-tracing/commit/b61f9abc5426d2d36df39344bbd4bb0ce9912a6e) ([#89](https://github.com/fltsci/tauri-plugin-tracing/pull/89) by [@johncarmack1984](https://github.com/fltsci/tauri-plugin-tracing/../../johncarmack1984)) Add crates.io, docs.rs, npm, license, and CI status badges to README. diff --git a/Cargo.toml b/Cargo.toml index df239f1..d9ce862 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT" links = "tauri-plugin-tracing" name = "tauri-plugin-tracing" repository = "https://github.com/fltsci/tauri-plugin-tracing" -version = "0.3.1" +version = "0.3.2" [workspace.metadata.platforms.support] android = { level = "unknown", notes = "" } diff --git a/package.json b/package.json index 63de623..de62651 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fltsci/tauri-plugin-tracing", - "version": "0.3.1", + "version": "0.3.2", "author": "Flight Science", "description": "", "type": "module",