From 3b69596742653403cb0e2b7594373dbded0c1d76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 16:50:12 -0700 Subject: [PATCH] Apply Version Updates From Current Changes (#3803) Co-authored-by: chippers Co-authored-by: chip --- .changes/pre.json | 1 + tooling/webdriver/CHANGELOG.md | 5 +++++ tooling/webdriver/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.changes/pre.json b/.changes/pre.json index 60061b383..8002807b1 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -267,6 +267,7 @@ ".changes/wait-dev-server-url.md", ".changes/warn-macos-private-api.md", ".changes/webdriver-args.md", + ".changes/webdriver-native-host.md", ".changes/webview-attributes-clipboard.md", ".changes/webview2-com.md", ".changes/window-builder.md", diff --git a/tooling/webdriver/CHANGELOG.md b/tooling/webdriver/CHANGELOG.md index 0780c5ce0..b8d66ecaf 100644 --- a/tooling/webdriver/CHANGELOG.md +++ b/tooling/webdriver/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.1.2] + +- Expose `native-host` option in tauri-driver and set default to `127.0.0.1`. + - [cd9dfc7b](https://www.github.com/tauri-apps/tauri/commit/cd9dfc7b9a3fe0e04e40d9b0f9be674aefd0d725) fix(driver): expose native-host option and set default to 127.0.0.1 ([#3816](https://www.github.com/tauri-apps/tauri/pull/3816)) on 2022-03-31 + ## \[0.1.1] - The minimum Rust version is now `1.56`. diff --git a/tooling/webdriver/Cargo.toml b/tooling/webdriver/Cargo.toml index d4df757cd..3030f44d1 100644 --- a/tooling/webdriver/Cargo.toml +++ b/tooling/webdriver/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "tauri-driver" -version = "0.1.1" +version = "0.1.2" authors = [ "Tauri Programme within The Commons Conservancy" ] categories = [ "gui", "web-programming" ] license = "Apache-2.0 OR MIT"