From 873a0cd4ab21c4c6297cf6538787327a9b99d212 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Fri, 20 Sep 2024 14:48:16 +0000 Subject: [PATCH] apply version updates --- .changes/fix-clear-browsing-data-macos.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/fix-clear-browsing-data-macos.md diff --git a/.changes/fix-clear-browsing-data-macos.md b/.changes/fix-clear-browsing-data-macos.md deleted file mode 100644 index aae36ae33..000000000 --- a/.changes/fix-clear-browsing-data-macos.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -Fixes `WebView::clear_all_browsing_data` crashing with a segfault on macOS. diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd3995e1..dac4b0e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.44.1] + +- [`5111eb0`](https://github.com/tauri-apps/wry/commit/5111eb013e1b049d12aad38b96b2017a4fc54c72) ([#1362](https://github.com/tauri-apps/wry/pull/1362) by [@lucasfernog](https://github.com/tauri-apps/wry/../../lucasfernog)) Fixes `WebView::clear_all_browsing_data` crashing with a segfault on macOS. + ## \[0.44.0] - [`b863d38`](https://github.com/tauri-apps/wry/commit/b863d38ff705e037b297c1651e17775d3dbe473c) ([#1356](https://github.com/tauri-apps/wry/pull/1356) by [@SpikeHD](https://github.com/tauri-apps/wry/../../SpikeHD)) Expose ability to enable browser extensions in WebView2 diff --git a/Cargo.toml b/Cargo.toml index c904b832a..dd56234f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.44.0" +version = "0.44.1" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"