From 55ba557bda00a24af6fc6fe5f75bfa4e59c6ff45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 14:44:40 +0900 Subject: [PATCH] Publish New Versions (0.24.x) (#1264) * publish new versions * Update CHANGELOG.md --------- Co-authored-by: wusyong Co-authored-by: Ngo Iok Ui (Wu Yu Wei) --- .changes/disable-script-inject-subframe.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/disable-script-inject-subframe.md diff --git a/.changes/disable-script-inject-subframe.md b/.changes/disable-script-inject-subframe.md deleted file mode 100644 index 110d1b68a..000000000 --- a/.changes/disable-script-inject-subframe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -On macOS, disable initialization script injection into subframes. diff --git a/CHANGELOG.md b/CHANGELOG.md index 71bec043f..d6fae5655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[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. + ## \[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. diff --git a/Cargo.toml b/Cargo.toml index 72bfd0f63..3cf11e0b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.24.9" +version = "0.24.10" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"