Browse Source

run covector version

Lucas Nogueira 2 years ago
parent
commit
34e03b8455

+ 0 - 5
.changes/glob-match-require_literal_separator.md

@@ -1,5 +0,0 @@
----
-"tauri": "patch"
----
-
-Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`.

+ 5 - 0
core/tauri/CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 # Changelog
 
 
+## \[1.0.8]
+
+- Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`.
+  - [f0602e7c](https://www.github.com/tauri-apps/tauri/commit/f0602e7c294245ab6ef6fbf2a976ef398340ef58) Merge pull request from GHSA-6mv3-wm7j-h4w5 on 2022-12-22
+
 ## \[1.0.7]
 ## \[1.0.7]
 
 
 - Escape glob special characters in files/directories when dropping files or using the open/save dialogs.
 - Escape glob special characters in files/directories when dropping files or using the open/save dialogs.

+ 1 - 1
core/tauri/Cargo.toml

@@ -16,7 +16,7 @@ license = "Apache-2.0 OR MIT"
 name = "tauri"
 name = "tauri"
 readme = "README.md"
 readme = "README.md"
 repository = "https://github.com/tauri-apps/tauri"
 repository = "https://github.com/tauri-apps/tauri"
-version = "1.0.7"
+version = "1.0.8"
 
 
 [package.metadata.docs.rs]
 [package.metadata.docs.rs]
 no-default-features = true
 no-default-features = true

+ 1 - 1
tooling/cli/metadata.json

@@ -3,6 +3,6 @@
     "version": "1.0.5",
     "version": "1.0.5",
     "node": ">= 10.0.0"
     "node": ">= 10.0.0"
   },
   },
-  "tauri": "1.0.6",
+  "tauri": "1.0.7",
   "tauri-build": "1.0.4"
   "tauri-build": "1.0.4"
 }
 }