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"