From e4159d4a1bd487907a588490aaff515a184a9d19 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Thu, 22 Dec 2022 10:59:18 -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 482a810280d5..000000000000 --- 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 bfe5645f1721..8c080e426aaa 100644 --- a/core/tauri/CHANGELOG.md +++ b/core/tauri/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[1.1.3] + +- Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`. + - [2654c0f4](https://www.github.com/tauri-apps/tauri/commit/2654c0f49da23434d36447d0908fa24e61ff5e4e) Merge pull request from GHSA-6mv3-wm7j-h4w5 on 2022-12-22 + ## \[1.1.2] - 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 7975b2c70149..bc6cefeaec5e 100644 --- a/core/tauri/Cargo.toml +++ b/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 = "1.1.2" +version = "1.1.3" [package.metadata.docs.rs] no-default-features = true diff --git a/tooling/cli/metadata.json b/tooling/cli/metadata.json index fe8c961ec44a..6ff230a17ab2 100644 --- a/tooling/cli/metadata.json +++ b/tooling/cli/metadata.json @@ -3,6 +3,6 @@ "version": "1.1.1", "node": ">= 10.0.0" }, - "tauri": "1.1.2", + "tauri": "1.1.3", "tauri-build": "1.1.1" }