Selaa lähdekoodia

(NEXT) Apply Version Updates From Current Changes (#6622)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
github-actions[bot] 2 vuotta sitten
vanhempi
sitoutus
29ee62342a
4 muutettua tiedostoa jossa 8 lisäystä ja 2 poistoa
  1. 1 0
      .changes/pre.json
  2. 5 0
      core/tauri/CHANGELOG.md
  3. 1 1
      core/tauri/Cargo.toml
  4. 1 1
      tooling/cli/metadata.json

+ 1 - 0
.changes/pre.json

@@ -29,6 +29,7 @@
     ".changes/fix-mobile-env-vars.md",
     ".changes/fix-orientation-crash.md",
     ".changes/fix-proguard-rules.md",
+    ".changes/fix-shell-build.md",
     ".changes/fix-tauri-binary-windows.md",
     ".changes/force-colored-logs.md",
     ".changes/gtk16.md",

+ 5 - 0
core/tauri/CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## \[2.0.0-alpha.6]
+
+- Fix compilation issues without the shell API features.
+  - [a8137927](https://www.github.com/tauri-apps/tauri/commit/a813792786b55c51173e557834f515d4b2f7ce00) fix(core): compilation issues without execute or sidecar features ([#6621](https://www.github.com/tauri-apps/tauri/pull/6621)) on 2023-04-03
+
 ## \[2.0.0-alpha.5]
 
 - Fixes ProGuard rules.

+ 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 = "2.0.0-alpha.5"
+version = "2.0.0-alpha.6"
 links = "Tauri"
 
 [package.metadata.docs.rs]

+ 1 - 1
tooling/cli/metadata.json

@@ -3,6 +3,6 @@
     "version": "2.0.0-alpha.6",
     "node": ">= 10.0.0"
   },
-  "tauri": "2.0.0-alpha.5",
+  "tauri": "2.0.0-alpha.6",
   "tauri-build": "2.0.0-alpha.3"
 }