From 34e03b8455a3b35a8717cb44ea03b28bc796a88a Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Thu, 22 Dec 2022 11:00:38 -0300 Subject: [PATCH] run covector version --- .changes/glob-match-require_literal_separator.md | 5 ----- core/tauri/CHANGELOG.md | 5 +++++ core/tauri/Cargo.toml | 2 +- tooling/cli/metadata.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 .changes/glob-match-require_literal_separator.md diff --git a/.changes/glob-match-require_literal_separator.md b/.changes/glob-match-require_literal_separator.md deleted file mode 100644 index 482a810280d..00000000000 --- a/.changes/glob-match-require_literal_separator.md +++ /dev/null @@ -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`. diff --git a/core/tauri/CHANGELOG.md b/core/tauri/CHANGELOG.md index da7b9138591..e970d0475d7 100644 --- a/core/tauri/CHANGELOG.md +++ b/core/tauri/CHANGELOG.md @@ -1,5 +1,10 @@ # 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] - Escape glob special characters in files/directories when dropping files or using the open/save dialogs. diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index bac2a88ca06..2fe36760a8b 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -16,7 +16,7 @@ license = "Apache-2.0 OR MIT" name = "tauri" readme = "README.md" repository = "https://github.com/tauri-apps/tauri" -version = "1.0.7" +version = "1.0.8" [package.metadata.docs.rs] no-default-features = true diff --git a/tooling/cli/metadata.json b/tooling/cli/metadata.json index 09894378c02..73e989a1560 100644 --- a/tooling/cli/metadata.json +++ b/tooling/cli/metadata.json @@ -3,6 +3,6 @@ "version": "1.0.5", "node": ">= 10.0.0" }, - "tauri": "1.0.6", + "tauri": "1.0.7", "tauri-build": "1.0.4" }