From 827eebae36a89bc5942807be95dffbf3b4f3a08a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 09:53:16 +0800 Subject: [PATCH] publish new versions (#303) Co-authored-by: wusyong --- .changes/web-context-set-allows-automation.md | 6 ------ CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 .changes/web-context-set-allows-automation.md diff --git a/.changes/web-context-set-allows-automation.md b/.changes/web-context-set-allows-automation.md deleted file mode 100644 index bf5c0bee9..000000000 --- a/.changes/web-context-set-allows-automation.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"wry": patch ---- - -`WebContext::set_allows_automation` is now available to specify if the context should allow automation (e.g. WebDriver). -It is only enforced on Linux, but may expand platforms in the future. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fae47a883..b74eb3b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.10.1] + +- `WebContext::set_allows_automation` is now available to specify if the context should allow automation (e.g. WebDriver). + It is only enforced on Linux, but may expand platforms in the future. + - [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 + ## \[0.10.0] - Add WebViewAttributes diff --git a/Cargo.toml b/Cargo.toml index b333c6475..c8f83ffd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.10.0" +version = "0.10.1" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2018" license = "Apache-2.0 OR MIT"