Jelajahi Sumber

apply version updates (#10178)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
github-actions[bot] 1 tahun lalu
induk
melakukan
0a00375f56

+ 0 - 5
.changes/shell-execute.md

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

+ 6 - 0
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

+ 1 - 1
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

+ 1 - 1
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"
 }