From df7c713bb6d3c3d49a1cc682d93070c953d47e0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:30:33 +0200 Subject: [PATCH] Apply Version Updates From Current Changes (#1092) Co-authored-by: amrbashir --- .changes/fix-doc-build.md | 5 ----- .changes/fix-screenshare-media-dialog.md | 5 ----- .changes/ipc-fix.md | 6 ------ .changes/webview-bounds.md | 5 ----- .changes/windows-drag-drop.md | 5 ----- CHANGELOG.md | 8 ++++++++ Cargo.toml | 4 ++-- 7 files changed, 10 insertions(+), 28 deletions(-) delete mode 100644 .changes/fix-doc-build.md delete mode 100644 .changes/fix-screenshare-media-dialog.md delete mode 100644 .changes/ipc-fix.md delete mode 100644 .changes/webview-bounds.md delete mode 100644 .changes/windows-drag-drop.md diff --git a/.changes/fix-doc-build.md b/.changes/fix-doc-build.md deleted file mode 100644 index 373b53881..000000000 --- a/.changes/fix-doc-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -Fix the API documentation cannot be built on docs.rs. diff --git a/.changes/fix-screenshare-media-dialog.md b/.changes/fix-screenshare-media-dialog.md deleted file mode 100644 index 1979f5673..000000000 --- a/.changes/fix-screenshare-media-dialog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -Fix screen share permissions dialog not showing up on macOS 14.0+ diff --git a/.changes/ipc-fix.md b/.changes/ipc-fix.md deleted file mode 100644 index 089969472..000000000 --- a/.changes/ipc-fix.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"wry": patch ---- - -Fix IPC crash on wkwebview if receiving invalid types. - diff --git a/.changes/webview-bounds.md b/.changes/webview-bounds.md deleted file mode 100644 index f1dd83962..000000000 --- a/.changes/webview-bounds.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -Add `WebView::bounds` getter. diff --git a/.changes/windows-drag-drop.md b/.changes/windows-drag-drop.md deleted file mode 100644 index ca9db563e..000000000 --- a/.changes/windows-drag-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "patch" ---- - -On Windows, fix file drop handler. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f0d4b6cb..6cd6d6f75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[0.35.1] + +- [`eef33c9`](https://github.com/tauri-apps/wry/commit/eef33c9372795504eec3fe117d9d45a5893f53c5)([#1124](https://github.com/tauri-apps/wry/pull/1124)) Fix the API documentation cannot be built on docs.rs. +- [`eef33c9`](https://github.com/tauri-apps/wry/commit/eef33c9372795504eec3fe117d9d45a5893f53c5)([#1124](https://github.com/tauri-apps/wry/pull/1124)) Fix screen share permissions dialog not showing up on macOS 14.0+ +- [`eef33c9`](https://github.com/tauri-apps/wry/commit/eef33c9372795504eec3fe117d9d45a5893f53c5)([#1124](https://github.com/tauri-apps/wry/pull/1124)) Fix IPC crash on wkwebview if receiving invalid types. +- [`eef33c9`](https://github.com/tauri-apps/wry/commit/eef33c9372795504eec3fe117d9d45a5893f53c5)([#1124](https://github.com/tauri-apps/wry/pull/1124)) Add `WebView::bounds` getter. +- [`eef33c9`](https://github.com/tauri-apps/wry/commit/eef33c9372795504eec3fe117d9d45a5893f53c5)([#1124](https://github.com/tauri-apps/wry/pull/1124)) On Windows, fix file drop handler. + ## \[0.35.0] - [`e61e7f8`](https://github.com/tauri-apps/wry/commit/e61e7f8474c18752f5c60d3f1f5ba33b27e41d52)([#1090](https://github.com/tauri-apps/wry/pull/1090)) **Breaking change** Consistently use `WebView` in API names. The following APIs were renamed: diff --git a/Cargo.toml b/Cargo.toml index ab3a794a5..e583bab87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.35.0" +version = "0.35.1" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT" @@ -11,7 +11,7 @@ readme = "README.md" repository = "https://github.com/tauri-apps/wry" documentation = "https://docs.rs/wry" categories = [ "gui" ] -exclude = ["/.changes", "/.github", "/audits", "/wry-logo.svg"] +exclude = [ "/.changes", "/.github", "/audits", "/wry-logo.svg" ] [package.metadata.docs.rs] no-default-features = true