From 9f15ba08afea6686c58c88f4138e8a01c71b7932 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Wed, 1 Jan 2025 20:47:06 +0000 Subject: [PATCH] apply version updates --- .changes/extension_path_rename.md | 5 ----- .changes/postmessage-assert-panic.md | 5 ----- .changes/webview2com034.md | 5 ----- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 16 deletions(-) delete mode 100644 .changes/extension_path_rename.md delete mode 100644 .changes/postmessage-assert-panic.md delete mode 100644 .changes/webview2com034.md diff --git a/.changes/extension_path_rename.md b/.changes/extension_path_rename.md deleted file mode 100644 index 8ef639e98..000000000 --- a/.changes/extension_path_rename.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "minor" ---- - -Rename `{WebViewBuilderExtWindows, WebViewBuilderExtUnix}::with_extension_path` to `with_extensions_path`. \ No newline at end of file diff --git a/.changes/postmessage-assert-panic.md b/.changes/postmessage-assert-panic.md deleted file mode 100644 index 81f9d146f..000000000 --- a/.changes/postmessage-assert-panic.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "patch" ---- - -On Windows, Wry will now log PostMessage errors instead of panicking. diff --git a/.changes/webview2com034.md b/.changes/webview2com034.md deleted file mode 100644 index df8e6286c..000000000 --- a/.changes/webview2com034.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -wry: minor ---- - -Updated `webview2-com` to `0.34`. diff --git a/CHANGELOG.md b/CHANGELOG.md index bd343dfbf..85cea74f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.48.0] + +- [`eb0c816`](https://github.com/tauri-apps/wry/commit/eb0c8163f1e2a11115ef1928b5e4bf0a8f083f3b) ([#1423](https://github.com/tauri-apps/wry/pull/1423) by [@SpikeHD](https://github.com/tauri-apps/wry/../../SpikeHD)) Rename `{WebViewBuilderExtWindows, WebViewBuilderExtUnix}::with_extension_path` to `with_extensions_path`. +- [`b4ba5b4`](https://github.com/tauri-apps/wry/commit/b4ba5b47f235df503085150671ff16189d3d9ea9) ([#1426](https://github.com/tauri-apps/wry/pull/1426) by [@FabianLars](https://github.com/tauri-apps/wry/../../FabianLars)) On Windows, Wry will now log PostMessage errors instead of panicking. +- [`f0c6b94`](https://github.com/tauri-apps/wry/commit/f0c6b947dddc8f1b208157a664a6cc940f123b3c) ([#1441](https://github.com/tauri-apps/wry/pull/1441) by [@renovate](https://github.com/tauri-apps/wry/../../renovate)) Updated `webview2-com` to `0.34`. + ## \[0.47.2] - [`7bb4f49`](https://github.com/tauri-apps/wry/commit/7bb4f4929eddbde8f36472a55ec3713d6d51c0e3) ([#1421](https://github.com/tauri-apps/wry/pull/1421) by [@SpikeHD](https://github.com/tauri-apps/wry/../../SpikeHD)) Fix extension loading on Windows. diff --git a/Cargo.toml b/Cargo.toml index ab37b47db..1bec5fd12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = {} [package] name = "wry" -version = "0.47.2" +version = "0.48.0" authors = ["Tauri Programme within The Commons Conservancy"] edition = "2021" license = "Apache-2.0 OR MIT"