Переглянути джерело

Apply Version Updates From Current Changes (#3803)

Co-authored-by: chippers <chippers@users.noreply.github.com>
Co-authored-by: chip <chip@chip.sh>
github-actions[bot] 3 роки тому
батько
коміт
3b69596742
3 змінених файлів з 7 додано та 1 видалено
  1. 1 0
      .changes/pre.json
  2. 5 0
      tooling/webdriver/CHANGELOG.md
  3. 1 1
      tooling/webdriver/Cargo.toml

+ 1 - 0
.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",

+ 5 - 0
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`.

+ 1 - 1
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"