Просмотр исходного кода

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

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
github-actions[bot] 2 лет назад
Родитель
Сommit
7945e549b7
4 измененных файлов с 8 добавлено и 2 удалено
  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

@@ -11,6 +11,7 @@
     ".changes/dev-proxy.md",
     ".changes/fix-dev-server-proxy-path.md",
     ".changes/fix-ios-run-xcode14.md",
+    ".changes/glob-match-require_literal_separator.md",
     ".changes/improve-local-ip-detection.md",
     ".changes/mobile-config.md",
     ".changes/mobile-entry-point-macro.md",

+ 5 - 0
core/tauri/CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## \[2.0.0-alpha.2]
+
+- Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`.
+  - [9ad0a9a0](https://www.github.com/tauri-apps/tauri/commit/9ad0a9a0aa88a67c3d81ef84df4aad23556affde) Merge pull request from GHSA-6mv3-wm7j-h4w5 on 2022-12-22
+
 ## \[2.0.0-alpha.1]
 
 - Implement response cache on the dev server proxy, used when the server responds with status 304.

+ 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.1"
+version = "2.0.0-alpha.2"
 
 [package.metadata.docs.rs]
 no-default-features = true

+ 1 - 1
tooling/cli/metadata.json

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