From 9ad972e094d1755ee1a22f8bf564d9eb45f54608 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:57:23 -0300 Subject: [PATCH] apply version updates (#1353) Co-authored-by: amrbashir --- .changes/fix-android-file-picker-result.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/fix-android-file-picker-result.md diff --git a/.changes/fix-android-file-picker-result.md b/.changes/fix-android-file-picker-result.md deleted file mode 100644 index 2c39123ca..000000000 --- a/.changes/fix-android-file-picker-result.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -Fixes Android file picker result processing. diff --git a/CHANGELOG.md b/CHANGELOG.md index 23d83287e..151fc5861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.43.1] + +- [`5cea504`](https://github.com/tauri-apps/wry/commit/5cea5045c9e646ace1f94767d91b746c2afd3c14) ([#1352](https://github.com/tauri-apps/wry/pull/1352) by [@lucasfernog](https://github.com/tauri-apps/wry/../../lucasfernog)) Fixes Android file picker result processing. + ## \[0.43.0] - [`7b1c26a`](https://github.com/tauri-apps/wry/commit/7b1c26adff5fdf13a3364b6fc26c8444c120d5c1) ([#1344](https://github.com/tauri-apps/wry/pull/1344) by [@Themayu](https://github.com/tauri-apps/wry/../../Themayu)) Windows: Implement `WebViewBuilderExtWindows::with_scroll_bar_style` to allow opting into Fluent Overlay style scrollbars. diff --git a/Cargo.toml b/Cargo.toml index 71ecffe76..762b4044d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.43.0" +version = "0.43.1" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"