mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
apply version updates (#10178)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4bffa5cff0
commit
0a00375f56
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"tauri": "patch:bug"
|
||||
---
|
||||
|
||||
Fix compilation error when `shell-execute` or `shell-sidecar` features are not active
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user