run covector version

This commit is contained in:
Lucas Nogueira 2024-06-04 16:55:08 -03:00
parent 1f06c2d00e
commit bec484c54a
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1
5 changed files with 9 additions and 8 deletions

View File

@ -1,5 +0,0 @@
---
"tauri": patch:bug
---
Added `test::INVOKE_KEY` to be used in `tauri::InvokePayload` when testing using `test::assert_ipc_response` and `test::get_ipc_response`.

2
Cargo.lock generated
View File

@ -4021,7 +4021,7 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
[[package]]
name = "tauri"
version = "1.6.7"
version = "1.6.8"
dependencies = [
"anyhow",
"base64 0.21.7",

View File

@ -1,5 +1,11 @@
# Changelog
## \[1.6.8]
### Bug Fixes
- [`1f06c2d00`](https://www.github.com/tauri-apps/tauri/commit/1f06c2d00eb02b17a8ce450d6f21ef4510b59d91) ([#9960](https://www.github.com/tauri-apps/tauri/pull/9960)) Added `test::INVOKE_KEY` to be used in `tauri::InvokePayload` when testing using `test::assert_ipc_response` and `test::get_ipc_response`.
## \[1.6.7]
### Bug Fixes

View File

@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
name = "tauri"
readme = "README.md"
repository = "https://github.com/tauri-apps/tauri"
version = "1.6.7"
version = "1.6.8"
[package.metadata.docs.rs]
no-default-features = true

View File

@ -3,6 +3,6 @@
"version": "1.5.14",
"node": ">= 10.0.0"
},
"tauri": "1.6.7",
"tauri": "1.6.8",
"tauri-build": "1.5.2"
}