From 33bff7db92ea3e709bf8534e933231dd6742e430 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Wed, 3 May 2023 12:46:40 -0300 Subject: [PATCH] chore: trigger release --- .changes/remote-urls.md | 7 ------- core/tauri-runtime-wry/CHANGELOG.md | 5 +++++ core/tauri-runtime-wry/Cargo.toml | 4 ++-- core/tauri-runtime/CHANGELOG.md | 5 +++++ core/tauri-runtime/Cargo.toml | 2 +- core/tauri/CHANGELOG.md | 5 +++++ core/tauri/Cargo.toml | 6 +++--- tooling/cli/metadata.json | 2 +- 8 files changed, 22 insertions(+), 14 deletions(-) delete mode 100644 .changes/remote-urls.md diff --git a/.changes/remote-urls.md b/.changes/remote-urls.md deleted file mode 100644 index 71d094cd9..000000000 --- a/.changes/remote-urls.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"tauri": patch -"tauri-runtime": patch -"tauri-runtime-wry": patch ---- - -Block remote URLs from accessing the IPC. diff --git a/core/tauri-runtime-wry/CHANGELOG.md b/core/tauri-runtime-wry/CHANGELOG.md index e41894f5e..3887eda21 100644 --- a/core/tauri-runtime-wry/CHANGELOG.md +++ b/core/tauri-runtime-wry/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.10.3] + +- Block remote URLs from accessing the IPC. + - [fa90214b0](https://www.github.com/tauri-apps/tauri/commit/fa90214b052b1a5d38d54fbf1ca422b4c37cfd1f) feat(core): block remote URLs from accessing the IPC on 2023-04-12 + ## \[0.10.2] - Disable drag-n-drop of tao based on `fileDropEnabled` value. diff --git a/core/tauri-runtime-wry/Cargo.toml b/core/tauri-runtime-wry/Cargo.toml index c335695cf..98b01c342 100644 --- a/core/tauri-runtime-wry/Cargo.toml +++ b/core/tauri-runtime-wry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-runtime-wry" -version = "0.10.2" +version = "0.10.3" authors = [ "Tauri Programme within The Commons Conservancy" ] categories = [ "gui", "web-programming" ] license = "Apache-2.0 OR MIT" @@ -14,7 +14,7 @@ readme = "README.md" [dependencies] wry = { version = "0.19", default-features = false, features = [ "file-drop", "protocol" ] } -tauri-runtime = { version = "0.10.2", path = "../tauri-runtime" } +tauri-runtime = { version = "0.10.3", path = "../tauri-runtime" } tauri-utils = { version = "1.0.3", path = "../tauri-utils" } uuid = { version = "1", features = [ "v4" ] } rand = "0.8" diff --git a/core/tauri-runtime/CHANGELOG.md b/core/tauri-runtime/CHANGELOG.md index 7e84c3d0d..2e906b806 100644 --- a/core/tauri-runtime/CHANGELOG.md +++ b/core/tauri-runtime/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.10.3] + +- Block remote URLs from accessing the IPC. + - [fa90214b0](https://www.github.com/tauri-apps/tauri/commit/fa90214b052b1a5d38d54fbf1ca422b4c37cfd1f) feat(core): block remote URLs from accessing the IPC on 2023-04-12 + ## \[0.10.2] - Added option to disable tray menu on left click on macOS. diff --git a/core/tauri-runtime/Cargo.toml b/core/tauri-runtime/Cargo.toml index 145002557..adedc9b45 100644 --- a/core/tauri-runtime/Cargo.toml +++ b/core/tauri-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-runtime" -version = "0.10.2" +version = "0.10.3" authors = [ "Tauri Programme within The Commons Conservancy" ] categories = [ "gui", "web-programming" ] license = "Apache-2.0 OR MIT" diff --git a/core/tauri/CHANGELOG.md b/core/tauri/CHANGELOG.md index e970d0475..a5ff5baa6 100644 --- a/core/tauri/CHANGELOG.md +++ b/core/tauri/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[1.0.9] + +- Block remote URLs from accessing the IPC. + - [fa90214b0](https://www.github.com/tauri-apps/tauri/commit/fa90214b052b1a5d38d54fbf1ca422b4c37cfd1f) feat(core): block remote URLs from accessing the IPC on 2023-04-12 + ## \[1.0.8] - Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`. diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 2fe36760a..6a4662645 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.8" +version = "1.0.9" [package.metadata.docs.rs] no-default-features = true @@ -55,10 +55,10 @@ url = { version = "2.2" } anyhow = "1.0" thiserror = "1.0" once_cell = "1.12" -tauri-runtime = { version = "0.10.2", path = "../tauri-runtime" } +tauri-runtime = { version = "0.10.3", path = "../tauri-runtime" } tauri-macros = { version = "1.0.4", path = "../tauri-macros" } tauri-utils = { version = "1.0.3", features = [ "resources" ], path = "../tauri-utils" } -tauri-runtime-wry = { version = "0.10.2", path = "../tauri-runtime-wry", optional = true } +tauri-runtime-wry = { version = "0.10.3", path = "../tauri-runtime-wry", optional = true } rand = "0.8" semver = { version = "1.0", features = [ "serde" ] } serde_repr = "0.1" diff --git a/tooling/cli/metadata.json b/tooling/cli/metadata.json index 73e989a15..cd801c099 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.7", + "tauri": "1.0.8", "tauri-build": "1.0.4" }