浏览代码

apply version updates (#10820)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
github-actions[bot] 11 月之前
父节点
当前提交
0d2efd9ff4
共有 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

@@ -88,6 +88,7 @@
     ".changes/resource-dir-android.md",
     ".changes/resource-dir-ios.md",
     ".changes/resources-map-becoming-dirs.md",
+    ".changes/rust-permission-state.md",
     ".changes/serialize-array-buffer.md",
     ".changes/synchronize-config-and-xcode-project.md",
     ".changes/synchronize-pbxproj-export-options.md",

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

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

+ 6 - 0
crates/tauri/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## \[2.0.0-rc.8]
+
+### Enhancements
+
+- [`d7e5c00e9`](https://www.github.com/tauri-apps/tauri/commit/d7e5c00e94938f6be94e693d3f21f1f8f431c4f9) ([#10817](https://www.github.com/tauri-apps/tauri/pull/10817) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Added `plugin:::PermissionState` enum.
+
 ## \[2.0.0-rc.7]
 
 ### New Features

+ 1 - 1
crates/tauri/Cargo.toml

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