Skip to content

Commit 827eeba

Browse files
publish new versions (#303)
Co-authored-by: wusyong <[email protected]>
1 parent 4ad0bf1 commit 827eeba

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.changes/web-context-set-allows-automation.md

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

CHANGELOG.md

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

3+
## \[0.10.1]
4+
5+
- `WebContext::set_allows_automation` is now available to specify if the context should allow automation (e.g. WebDriver).
6+
It is only enforced on Linux, but may expand platforms in the future.
7+
- [4ad0bf1](https://github.com/tauri-apps/wry/commit/4ad0bf12d186b3c313131060316aef371f45d455) move set_allows_automation to WebContext method ([#302](https://github.com/tauri-apps/wry/pull/302)) on 2021-06-21
8+
39
## \[0.10.0]
410

511
- Add WebViewAttributes

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.10.0"
5+
version = "0.10.1"
66
authors = [ "Tauri Programme within The Commons Conservancy" ]
77
edition = "2018"
88
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)