mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
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:
committed by
GitHub
parent
cd9dfc7b9a
commit
3b69596742
@@ -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",
|
||||
|
||||
@@ -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`.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user