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"