diff --git a/.changes/webview2-0.35-windows-0.59.md b/.changes/webview2-0.35-windows-0.59.md deleted file mode 100644 index 8fb5f76db..000000000 --- a/.changes/webview2-0.35-windows-0.59.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -wry: minor ---- - -Updated `webview2-com` to `0.35`, `windows` to `0.59`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a05377c0..663ae958b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.49.0] + +- [`95a9319`](https://github.com/tauri-apps/wry/commit/95a9319f24cb62add69d468ec0f60530b608fe6b) ([#1454](https://github.com/tauri-apps/wry/pull/1454) by [@Legend-Master](https://github.com/tauri-apps/wry/../../Legend-Master)) Updated `webview2-com` to `0.35`, `windows` to `0.59`. + ## \[0.48.1] - [`cbbcccc`](https://github.com/tauri-apps/wry/commit/cbbcccc38af7d900a0f8f7fa5ea5e6667765ed81) ([#1446](https://github.com/tauri-apps/wry/pull/1446) by [@FabianLars](https://github.com/tauri-apps/wry/../../FabianLars)) Add functionality to set the traffic light inset on macOS. This is required to prevent flickers if the WebView is injected via `build()` instead of `build_as_child()`. diff --git a/Cargo.toml b/Cargo.toml index 1d545df7c..922a015a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = {} [package] name = "wry" -version = "0.48.1" +version = "0.49.0" authors = ["Tauri Programme within The Commons Conservancy"] edition = "2021" license = "Apache-2.0 OR MIT"