From ca2ccadbaf8f409b716237c7571edf2e40c38e15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 10:43:36 +0000 Subject: [PATCH] apply version updates --- .changes/forward-hwnd-handler.md | 5 ----- .changes/macos-protocol-body-nocopy.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 12 deletions(-) delete mode 100644 .changes/forward-hwnd-handler.md delete mode 100644 .changes/macos-protocol-body-nocopy.md diff --git a/.changes/forward-hwnd-handler.md b/.changes/forward-hwnd-handler.md deleted file mode 100644 index d7a9c0518..000000000 --- a/.changes/forward-hwnd-handler.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": minor ---- - -On Windows, Add `WebViewExtWindows::hwnd` getter to access the child HWND containing the webview. diff --git a/.changes/macos-protocol-body-nocopy.md b/.changes/macos-protocol-body-nocopy.md deleted file mode 100644 index 8774ab1c7..000000000 --- a/.changes/macos-protocol-body-nocopy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -On macOS, avoid an extra copy for owned custom protocol response bodies by transferring the body buffer into `NSData`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aea0d9ca..838e7e51c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.56.0] + +- [`9d0a9fe`](https://github.com/tauri-apps/wry/commit/9d0a9fe31321797b2fb4dd83e01408df9d7fedcc) ([#1712](https://github.com/tauri-apps/wry/pull/1712)) On Windows, Add `WebViewExtWindows::hwnd` getter to access the child HWND containing the webview. +- [`5bdda32`](https://github.com/tauri-apps/wry/commit/5bdda323937c01e497a9735ce83a3636202a8a6a) ([#1719](https://github.com/tauri-apps/wry/pull/1719)) On macOS, avoid an extra copy for owned custom protocol response bodies by transferring the body buffer into `NSData`. + ## \[0.55.1] - [`3860359`](https://github.com/tauri-apps/wry/commit/3860359e3dc75260fb9865f7a8eae00a9ec4733d) ([#1721](https://github.com/tauri-apps/wry/pull/1721) by [@lucasfernog](https://github.com/tauri-apps/wry/../../lucasfernog)) Tweak ProGuard rules to keep the getId required activity method. diff --git a/Cargo.lock b/Cargo.lock index 644c83e1a..f2aa19dff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4050,7 +4050,7 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" [[package]] name = "wry" -version = "0.55.1" +version = "0.56.0" dependencies = [ "base64", "block2 0.6.2", diff --git a/Cargo.toml b/Cargo.toml index 2d480f7d2..cb81842b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = {} [package] name = "wry" -version = "0.55.1" +version = "0.56.0" authors = ["Tauri Programme within The Commons Conservancy"] edition = "2021" license = "Apache-2.0 OR MIT"