Apply Version Updates From Current Changes (#3803)

Co-authored-by: chippers <chippers@users.noreply.github.com>
Co-authored-by: chip <chip@chip.sh>
This commit is contained in:
github-actions[bot]
2022-03-30 16:50:12 -07:00
committed by GitHub
parent cd9dfc7b9a
commit 3b69596742
3 changed files with 7 additions and 1 deletions

View File

@@ -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",

View File

@@ -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`.

View File

@@ -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"