From a292398da8d42d76f580d99d209612a508cb2292 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 10:24:56 -0300 Subject: [PATCH] Publish New Versions (0.24.x) (#1250) Co-authored-by: lucasfernog --- .changes/force-ipc-parent-none.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/force-ipc-parent-none.md diff --git a/.changes/force-ipc-parent-none.md b/.changes/force-ipc-parent-none.md deleted file mode 100644 index 6390dc721..000000000 --- a/.changes/force-ipc-parent-none.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -Force the IPC and custom protocol tracing span to have no parent. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b265648b..71bec043f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.24.9] + +- [`df69525`](https://github.com/tauri-apps/wry/commit/df695253dfd725f0fe55e8b702889df47f2e16c1)([#1248](https://github.com/tauri-apps/wry/pull/1248)) Force the IPC and custom protocol tracing span to have no parent. + ## \[0.24.8] - [`e780957`](https://github.com/tauri-apps/wry/commit/e78095770053bf29d3a7c261b8ec8224fb53f7f8)([#1222](https://github.com/tauri-apps/wry/pull/1222)) Fix IPC crash on wkwebview if receiving invalid types. diff --git a/Cargo.toml b/Cargo.toml index dfa176131..72bfd0f63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.24.8" +version = "0.24.9" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"