Skip to content

Commit 9ad972e

Browse files
apply version updates (#1353)
Co-authored-by: amrbashir <[email protected]>
1 parent 5cea504 commit 9ad972e

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.changes/fix-android-file-picker-result.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[0.43.1]
4+
5+
- [`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.
6+
37
## \[0.43.0]
48

59
- [`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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ workspace = { }
22

33
[package]
44
name = "wry"
5-
version = "0.43.0"
5+
version = "0.43.1"
66
authors = [ "Tauri Programme within The Commons Conservancy" ]
77
edition = "2021"
88
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)