Skip to content

Commit

Permalink
publish new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Feb 6, 2023
1 parent 9613a08 commit 31367f2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changes/dispatch-android-fn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/drag_pos.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/windows-rs.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## \[0.27.0]

- Add function to dispatch closure with the Android context.
- [a9e186c](https://github.com/tauri-apps/wry/commit/a9e186cab4456d7ac2c265e61e71b345f7d269c4) feat(android): add function to dispatch closure to the Android context ([#864](https://github.com/tauri-apps/wry/pull/864)) on 2023-02-06
- On macOS, fix crash when getting dragging position.
- [a8f7cef](https://github.com/tauri-apps/wry/commit/a8f7cefaac72d3e9fd2f8901f790a777d9888357) Fix crash when getting drag position ([#867](https://github.com/tauri-apps/wry/pull/867)) on 2023-02-04
- Update `webview2-com` to `0.22` and `windows-rs` to `0.44` which bumps the MSRV of this crate on Windows to `1.64`.
- [496bfb5](https://github.com/tauri-apps/wry/commit/496bfb5c7be55e9c2bb674e241f9d7d2620e2acd) chore(deps): update to windows-rs 0.44 and webview2-com 0.22 ([#871](https://github.com/tauri-apps/wry/pull/871)) on 2023-02-06

## \[0.26.0]

- Added `WebViewBuilderExtAndroid` trait and with `on_webview_created` hook.
Expand Down
11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ workspace = { }

[package]
name = "wry"
version = "0.26.0"
version = "0.27.0"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
license = "Apache-2.0 OR MIT"
Expand Down Expand Up @@ -59,15 +59,14 @@ gtk = "0.16"
gdk = "0.16"
soup3 = "0.3"


[target."cfg(target_os = \"windows\")".dependencies]
webview2-com = "0.22"
windows-implement = "0.44"
dunce = "1"

[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.44.0"
features = [
[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.44.0"
features = [
"implement",
"Win32_Foundation",
"Win32_Graphics_Gdi",
Expand All @@ -79,7 +78,7 @@ features = [
"Win32_System_SystemServices",
"Win32_UI_Shell",
"Win32_UI_WindowsAndMessaging",
"Win32_Globalization",
"Win32_Globalization"
]

[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies]
Expand Down

0 comments on commit 31367f2

Please sign in to comment.