apply version updates (#10178)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-07-02 13:40:45 +02:00
committed by GitHub
parent 4bffa5cff0
commit 0a00375f56
4 changed files with 8 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"tauri": "patch:bug"
---
Fix compilation error when `shell-execute` or `shell-sidecar` features are not active

View File

@@ -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

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.7.0"
version = "1.7.1"
[package.metadata.docs.rs]
no-default-features = true

View File

@@ -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"
}