From bec484c54a863e8c07306f9b20d3b4e0c7fcbc05 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Tue, 4 Jun 2024 16:55:08 -0300 Subject: [PATCH] run covector version --- .changes/fix-test-invoke-key.md | 5 ----- Cargo.lock | 2 +- core/tauri/CHANGELOG.md | 6 ++++++ core/tauri/Cargo.toml | 2 +- tooling/cli/metadata.json | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changes/fix-test-invoke-key.md diff --git a/.changes/fix-test-invoke-key.md b/.changes/fix-test-invoke-key.md deleted file mode 100644 index 2e57e3f33..000000000 --- a/.changes/fix-test-invoke-key.md +++ /dev/null @@ -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`. diff --git a/Cargo.lock b/Cargo.lock index 01fb39a19..8f42d9800 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4021,7 +4021,7 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[package]] name = "tauri" -version = "1.6.7" +version = "1.6.8" dependencies = [ "anyhow", "base64 0.21.7", diff --git a/core/tauri/CHANGELOG.md b/core/tauri/CHANGELOG.md index e3fa51d66..e917f4cf5 100644 --- a/core/tauri/CHANGELOG.md +++ b/core/tauri/CHANGELOG.md @@ -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 diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index e86783bbd..8aa393726 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -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 diff --git a/tooling/cli/metadata.json b/tooling/cli/metadata.json index 5fce1142b..ba60b9db5 100644 --- a/tooling/cli/metadata.json +++ b/tooling/cli/metadata.json @@ -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" }