From 7945e549b73ca104290d7568559635f2d53e0eed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 11:42:10 -0300 Subject: [PATCH] (NEXT) Apply Version Updates From Current Changes (#5892) Co-authored-by: lucasfernog --- .changes/pre.json | 1 + core/tauri/CHANGELOG.md | 5 +++++ core/tauri/Cargo.toml | 2 +- tooling/cli/metadata.json | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.changes/pre.json b/.changes/pre.json index 3a03b6487..f025ae492 100644 --- a/.changes/pre.json +++ b/.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", diff --git a/core/tauri/CHANGELOG.md b/core/tauri/CHANGELOG.md index a54305361..73af8c9e0 100644 --- a/core/tauri/CHANGELOG.md +++ b/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. diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 7a4d7a5be..7253ecf41 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 = "2.0.0-alpha.1" +version = "2.0.0-alpha.2" [package.metadata.docs.rs] no-default-features = true diff --git a/tooling/cli/metadata.json b/tooling/cli/metadata.json index 1ee441f90..880f2c35e 100644 --- a/tooling/cli/metadata.json +++ b/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" }