Skip to content

Commit f45d35c

Browse files
Apply Version Updates From Current Changes (v1) (#9730)
Co-authored-by: amrbashir <[email protected]>
1 parent ef35a79 commit f45d35c

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changes/shell-execute.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

core/tauri/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[1.6.5]
4+
5+
### Bug Fixes
6+
7+
- [`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
8+
39
## \[1.6.4]
410

511
### Enhancements

core/tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
1010
name = "tauri"
1111
readme = "README.md"
1212
repository = "https://github.com/tauri-apps/tauri"
13-
version = "1.6.4"
13+
version = "1.6.5"
1414

1515
[package.metadata.docs.rs]
1616
no-default-features = true

tooling/cli/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "1.5.14",
44
"node": ">= 10.0.0"
55
},
6-
"tauri": "1.6.4",
6+
"tauri": "1.6.5",
77
"tauri-build": "1.5.2"
88
}

0 commit comments

Comments
 (0)