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 bfe5645f172..8c080e426aa 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 7975b2c7014..bc6cefeaec5 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 fe8c961ec44..6ff230a17ab 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" }