From c96e43fc3f3eee3a0f41bd927ead1ca7bb1f8f5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:24:43 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#1370) Co-authored-by: amrbashir --- .changes/fixed-data_directory-error-for-webkitgtk.md | 5 ----- .changes/load-html.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 .changes/fixed-data_directory-error-for-webkitgtk.md delete mode 100644 .changes/load-html.md diff --git a/.changes/fixed-data_directory-error-for-webkitgtk.md b/.changes/fixed-data_directory-error-for-webkitgtk.md deleted file mode 100644 index b64495c82..000000000 --- a/.changes/fixed-data_directory-error-for-webkitgtk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -On Linux, fixed incorrect path for indexeddb database directory which made apps using `wry@0.24` and `tauri@1` migrating to `wry@>=0.38` and `tauri@2` lose their indexeddb data. diff --git a/.changes/load-html.md b/.changes/load-html.md deleted file mode 100644 index 0cab0240f..000000000 --- a/.changes/load-html.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": minor ---- - -Add `Webview::load_html`. diff --git a/CHANGELOG.md b/CHANGELOG.md index dac4b0e2c..fec584d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.45.0] + +- [`0fd1229`](https://github.com/tauri-apps/wry/commit/0fd12297997f598e4893e8f5b6e235b09cedec09) ([#1369](https://github.com/tauri-apps/wry/pull/1369) by [@lloydzhou](https://github.com/tauri-apps/wry/../../lloydzhou)) On Linux, fixed incorrect path for indexeddb database directory which made apps using `wry@0.24` and `tauri@1` migrating to `wry@>=0.38` and `tauri@2` lose their indexeddb data. +- [`e332eff`](https://github.com/tauri-apps/wry/commit/e332eff6ac41ff0f4ed6cf5196c3a78c776912d3) ([#1368](https://github.com/tauri-apps/wry/pull/1368) by [@zephraph](https://github.com/tauri-apps/wry/../../zephraph)) Add `Webview::load_html`. + ## \[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. diff --git a/Cargo.toml b/Cargo.toml index dd56234f3..ff81aa2d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.44.1" +version = "0.45.0" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"