From 2ea0fd39238f198b792cbe1bf4935583fc12f8d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 19:55:12 +0000 Subject: [PATCH] publish new versions --- .changes/add-package-links.md | 6 ------ .changes/fix-console-css-expansion.md | 6 ------ .changes/fix-doc-annotations.md | 6 ------ .changes/update-readme-on-version.md | 6 ------ CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- package.json | 2 +- 7 files changed, 9 insertions(+), 26 deletions(-) delete mode 100644 .changes/add-package-links.md delete mode 100644 .changes/fix-console-css-expansion.md delete mode 100644 .changes/fix-doc-annotations.md delete mode 100644 .changes/update-readme-on-version.md diff --git a/.changes/add-package-links.md b/.changes/add-package-links.md deleted file mode 100644 index 20fcfba..0000000 --- a/.changes/add-package-links.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tracing": patch -"tracing-js": patch ---- - -Add crates.io, docs.rs, npm, license, and CI status badges to README. diff --git a/.changes/fix-console-css-expansion.md b/.changes/fix-console-css-expansion.md deleted file mode 100644 index 7006175..0000000 --- a/.changes/fix-console-css-expansion.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tracing": patch -"tracing-js": patch ---- - -Handle `%c` CSS styling format specifier in console messages. The CSS argument is consumed but not rendered since terminals don't support CSS styling. diff --git a/.changes/fix-doc-annotations.md b/.changes/fix-doc-annotations.md deleted file mode 100644 index b4c31f2..0000000 --- a/.changes/fix-doc-annotations.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tracing": patch -"tracing-js": patch ---- - -Convert doc examples from `ignore` to `no_run` for compiler verification. Fix layer ordering in flamegraph examples (BoxedFlameLayer must be first). diff --git a/.changes/update-readme-on-version.md b/.changes/update-readme-on-version.md deleted file mode 100644 index 378bec5..0000000 --- a/.changes/update-readme-on-version.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tracing": patch -"tracing-js": patch ---- - -Automatically update README version when covector runs version bumps. diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d917b..b043b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[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. +- [`26b5482`](https://github.com/fltsci/tauri-plugin-tracing/commit/26b54828df9b4bf687ae44d7406bb30aa04784ef) ([#92](https://github.com/fltsci/tauri-plugin-tracing/pull/92) by [@johncarmack1984](https://github.com/fltsci/tauri-plugin-tracing/../../johncarmack1984)) Handle `%c` CSS styling format specifier in console messages. The CSS argument is consumed but not rendered since terminals don't support CSS styling. +- [`393ed48`](https://github.com/fltsci/tauri-plugin-tracing/commit/393ed48cbe3c5d1b8fe2dbbd2b7bdd2c89996d01) ([#91](https://github.com/fltsci/tauri-plugin-tracing/pull/91) by [@johncarmack1984](https://github.com/fltsci/tauri-plugin-tracing/../../johncarmack1984)) Convert doc examples from `ignore` to `no_run` for compiler verification. Fix layer ordering in flamegraph examples (BoxedFlameLayer must be first). +- [`49e3b90`](https://github.com/fltsci/tauri-plugin-tracing/commit/49e3b90530e551dedd98c54599d684af2608f327) ([#94](https://github.com/fltsci/tauri-plugin-tracing/pull/94) by [@johncarmack1984](https://github.com/fltsci/tauri-plugin-tracing/../../johncarmack1984)) Automatically update README version when covector runs version bumps. + ## \[0.3.0] - [`061b015`](https://github.com/fltsci/tauri-plugin-tracing/commit/061b0159e4b69055d6adfa98a3c40712640fc58b) ([#84](https://github.com/fltsci/tauri-plugin-tracing/pull/84) by [@johncarmack1984](https://github.com/fltsci/tauri-plugin-tracing/../../johncarmack1984)) Clarify that the flamegraph feature measures span timing (wall-clock time), not CPU time. Updated documentation with appropriate use cases and limitations. diff --git a/Cargo.toml b/Cargo.toml index 3d657e3..ba7edd9 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.0" +version = "0.3.1" [workspace.metadata.platforms.support] android = { level = "unknown", notes = "" } diff --git a/package.json b/package.json index 4304624..63de623 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fltsci/tauri-plugin-tracing", - "version": "0.3.0", + "version": "0.3.1", "author": "Flight Science", "description": "", "type": "module",