Browse Source

Apply Version Updates From Current Changes (v1) (#9730)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
github-actions[bot] 1 year ago
parent
commit
f45d35cf06
4 changed files with 8 additions and 7 deletions
  1. 0 5
      .changes/shell-execute.md
  2. 6 0
      core/tauri/CHANGELOG.md
  3. 1 1
      core/tauri/Cargo.toml
  4. 1 1
      tooling/cli/metadata.json

+ 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.6.5]
+
+### Bug Fixes
+
+- [`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
+
 ## \[1.6.4]
 
 ### 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.6.4"
+version = "1.6.5"
 
 [package.metadata.docs.rs]
 no-default-features = true

+ 1 - 1
tooling/cli/metadata.json

@@ -3,6 +3,6 @@
     "version": "1.5.14",
     "node": ">= 10.0.0"
   },
-  "tauri": "1.6.4",
+  "tauri": "1.6.5",
   "tauri-build": "1.5.2"
 }