From f45d35cf061cd4e5e671cb271a2c7fbfa109fde9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 00:13:21 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (v1) (#9730) Co-authored-by: amrbashir --- .changes/shell-execute.md | 5 ----- core/tauri/CHANGELOG.md | 6 ++++++ core/tauri/Cargo.toml | 2 +- tooling/cli/metadata.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changes/shell-execute.md diff --git a/.changes/shell-execute.md b/.changes/shell-execute.md deleted file mode 100644 index 1f014e0a5..000000000 --- a/.changes/shell-execute.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": "patch:bug" ---- - -Fix compilation error when `shell-execute` or `shell-sidecar` features are not active \ No newline at end of file diff --git a/core/tauri/CHANGELOG.md b/core/tauri/CHANGELOG.md index b19e93d9f..27c295154 100644 --- a/core/tauri/CHANGELOG.md +++ b/core/tauri/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[1.6.5] + +### Bug Fixes + +- [`ef35a793c`](https://www.github.com/tauri-apps/tauri/commit/ef35a793c5d923d55e338b51e04e6c280f7c810d)([#9729](https://www.github.com/tauri-apps/tauri/pull/9729)) Fix compilation error when `shell-execute` or `shell-sidecar` features are not active + ## \[1.6.4] ### Enhancements diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index de458bb3f..6a7928b8e 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.4" +version = "1.6.5" [package.metadata.docs.rs] no-default-features = true diff --git a/tooling/cli/metadata.json b/tooling/cli/metadata.json index 6ad751a38..5c6b1cac7 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.4", + "tauri": "1.6.5", "tauri-build": "1.5.2" }