From e9050f7085f7b8338fd4fa5be2760f3264796820 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:00:03 +0300 Subject: [PATCH] Publish New Versions (0.24.x) (#1347) Co-authored-by: amrbashir --- .changes/linux-shared-webcontext-ipc.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/linux-shared-webcontext-ipc.md diff --git a/.changes/linux-shared-webcontext-ipc.md b/.changes/linux-shared-webcontext-ipc.md deleted file mode 100644 index bcb966ffd..000000000 --- a/.changes/linux-shared-webcontext-ipc.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -Fix Linux IPC handler and initialization scripts when sharing a WebContext between multiple WebViews. diff --git a/CHANGELOG.md b/CHANGELOG.md index d6fae5655..a3ba7a8dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.24.11] + +- [`3937421`](https://github.com/tauri-apps/wry/commit/39374211f95e84a68620e9527c6d1f797829b471) ([#1325](https://github.com/tauri-apps/wry/pull/1325) by [@ollpu](https://github.com/tauri-apps/wry/../../ollpu)) Fix Linux IPC handler and initialization scripts when sharing a WebContext between multiple WebViews. + ## \[0.24.10] - [`3bfbea8`](https://github.com/tauri-apps/wry/commit/3bfbea812345e22743001f9a8f6843cf28baaa86)([#1251](https://github.com/tauri-apps/wry/pull/1251)) On macOS, disable initialization script injection into subframes. diff --git a/Cargo.toml b/Cargo.toml index 3cf11e0b3..644549ce4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.24.10" +version = "0.24.11" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"