From 490321f8e4fc6c6c1af86e1de794e5e2a11a975b Mon Sep 17 00:00:00 2001 From: amrbashir Date: Wed, 17 Apr 2024 13:03:18 +0000 Subject: [PATCH] publish new versions --- .changes/ipc-fix.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/ipc-fix.md diff --git a/.changes/ipc-fix.md b/.changes/ipc-fix.md deleted file mode 100644 index 2bed75b43..000000000 --- a/.changes/ipc-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -Fix IPC crash on wkwebview if receiving invalid types. diff --git a/CHANGELOG.md b/CHANGELOG.md index f85864758..4b265648b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[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. + ## \[0.24.7] - [`dba375f`](https://github.com/tauri-apps/wry/commit/dba375f2b1ba1cfc73582f58a9ff1ccc82d50f8c)([#1106](https://github.com/tauri-apps/wry/pull/1106)) Update the unmaintained `kuchiki` crate to the maintained `kuchikiki` crate. diff --git a/Cargo.toml b/Cargo.toml index 3f0948bcb..dfa176131 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.24.7" +version = "0.24.8" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"