diff --git a/.changes/shell-execute.md b/.changes/shell-execute.md deleted file mode 100644 index 1f014e0a5b8e..000000000000 --- 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 c75606064224..2ea5e2842cb3 100644 --- a/core/tauri/CHANGELOG.md +++ b/core/tauri/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[1.7.1] + +### Bug Fixes + +- [`4bffa5cff`](https://www.github.com/tauri-apps/tauri/commit/4bffa5cff04a3f5da8c2493f835f560ac4a31247) ([#10174](https://www.github.com/tauri-apps/tauri/pull/10174) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) Fix compilation error when `shell-execute` or `shell-sidecar` features are not active + ## \[1.7.0] ### Enhancements diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index d28fe51f37fb..8ac68a4086ce 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.7.0" +version = "1.7.1" [package.metadata.docs.rs] no-default-features = true diff --git a/tooling/cli/metadata.json b/tooling/cli/metadata.json index 904fb77f93da..d0015b138282 100644 --- a/tooling/cli/metadata.json +++ b/tooling/cli/metadata.json @@ -3,6 +3,6 @@ "version": "1.6.0", "node": ">= 10.0.0" }, - "tauri": "1.7.0", + "tauri": "1.7.1", "tauri-build": "1.5.3" }