瀏覽代碼

Apply Version Updates From Current Changes (#11019)

Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
github-actions[bot] 10 月之前
父節點
當前提交
c530de4fd0
共有 4 個文件被更改,包括 9 次插入2 次删除
  1. 1 0
      .changes/pre.json
  2. 1 1
      crates/tauri-cli/metadata-v2.json
  3. 6 0
      crates/tauri/CHANGELOG.md
  4. 1 1
      crates/tauri/Cargo.toml

+ 1 - 0
.changes/pre.json

@@ -98,6 +98,7 @@
     ".changes/mobile-identifier.md",
     ".changes/mobile-plugin-get-args.md",
     ".changes/nsis-ensure-webview2-version.md",
+    ".changes/objc2-nsimage-missing.md",
     ".changes/only-validate-ios-lib-debug.md",
     ".changes/permissions-add-target-specific.md",
     ".changes/plugin-builder-failable.md",

+ 1 - 1
crates/tauri-cli/metadata-v2.json

@@ -3,7 +3,7 @@
     "version": "2.0.0-rc.15",
     "node": ">= 10.0.0"
   },
-  "tauri": "2.0.0-rc.13",
+  "tauri": "2.0.0-rc.14",
   "tauri-build": "2.0.0-rc.11",
   "tauri-plugin": "2.0.0-rc.11"
 }

+ 6 - 0
crates/tauri/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## \[2.0.0-rc.14]
+
+### Bug Fixes
+
+- [`e5f037277`](https://www.github.com/tauri-apps/tauri/commit/e5f037277505c477b8d563bd77b7bd6e23b46296) ([#11018](https://www.github.com/tauri-apps/tauri/pull/11018) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Fix compilation error on macOS due to a missing feature for `NSImage`.
+
 ## \[2.0.0-rc.13]
 
 ### Enhancements

+ 1 - 1
crates/tauri/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri"
-version = "2.0.0-rc.13"
+version = "2.0.0-rc.14"
 description = "Make tiny, secure apps for all desktop platforms with Tauri"
 exclude = ["/test", "/.scripts", "CHANGELOG.md", "/target"]
 readme = "README.md"