From e81635aa3dc5a8220d579c9a6be30332fc4ceda0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 14:25:58 +0200 Subject: [PATCH] apply version updates (#14079) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changes/cargo-mobile2.md | 6 ------ Cargo.lock | 2 +- crates/tauri-cli/CHANGELOG.md | 6 ++++++ crates/tauri-cli/Cargo.toml | 2 +- crates/tauri-cli/metadata-v2.json | 2 +- packages/cli/CHANGELOG.md | 10 ++++++++++ packages/cli/package.json | 2 +- 7 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 .changes/cargo-mobile2.md diff --git a/.changes/cargo-mobile2.md b/.changes/cargo-mobile2.md deleted file mode 100644 index b21dd85e5..000000000 --- a/.changes/cargo-mobile2.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -tauri-cli: "patch:bug" -"@tauri-apps/cli": "patch:bug" ---- - -Updated `cargo-mobile2` to allow running on iOS simulators that have a higher version than the XCode SDK. This fixes compatiblity issues with Apple's recent "iOS 18.5 + iOS 18.6 Simulator" platform support component. diff --git a/Cargo.lock b/Cargo.lock index 98d9c94f8..d42695764 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8613,7 +8613,7 @@ dependencies = [ [[package]] name = "tauri-cli" -version = "2.8.1" +version = "2.8.2" dependencies = [ "anyhow", "ar", diff --git a/crates/tauri-cli/CHANGELOG.md b/crates/tauri-cli/CHANGELOG.md index 7e5ed4e52..b2babeb3c 100644 --- a/crates/tauri-cli/CHANGELOG.md +++ b/crates/tauri-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[2.8.2] + +### Bug Fixes + +- [`0ac89d3b6`](https://www.github.com/tauri-apps/tauri/commit/0ac89d3b6c8c4a4826a4c42726e4f4a8941b3fde) ([#14078](https://www.github.com/tauri-apps/tauri/pull/14078) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) Updated `cargo-mobile2` to allow running on iOS simulators that have a higher version than the XCode SDK. This fixes compatiblity issues with Apple's recent "iOS 18.5 + iOS 18.6 Simulator" platform support component. + ## \[2.8.1] ### Dependencies diff --git a/crates/tauri-cli/Cargo.toml b/crates/tauri-cli/Cargo.toml index 25cfef8cd..884cc566a 100644 --- a/crates/tauri-cli/Cargo.toml +++ b/crates/tauri-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-cli" -version = "2.8.1" +version = "2.8.2" authors = ["Tauri Programme within The Commons Conservancy"] edition = "2021" rust-version = "1.77.2" diff --git a/crates/tauri-cli/metadata-v2.json b/crates/tauri-cli/metadata-v2.json index 3354c1747..3014061ec 100644 --- a/crates/tauri-cli/metadata-v2.json +++ b/crates/tauri-cli/metadata-v2.json @@ -1,6 +1,6 @@ { "cli.js": { - "version": "2.8.2", + "version": "2.8.3", "node": ">= 10.0.0" }, "tauri": "2.8.3", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a3008f9bc..064a7b141 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## \[2.8.3] + +### Bug Fixes + +- [`0ac89d3b6`](https://www.github.com/tauri-apps/tauri/commit/0ac89d3b6c8c4a4826a4c42726e4f4a8941b3fde) ([#14078](https://www.github.com/tauri-apps/tauri/pull/14078) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) Updated `cargo-mobile2` to allow running on iOS simulators that have a higher version than the XCode SDK. This fixes compatiblity issues with Apple's recent "iOS 18.5 + iOS 18.6 Simulator" platform support component. + +### Dependencies + +- Upgraded to `tauri-cli@2.8.2` + ## \[2.8.2] ### Dependencies diff --git a/packages/cli/package.json b/packages/cli/package.json index ac87efb74..7e83e8faa 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/cli", - "version": "2.8.2", + "version": "2.8.3", "description": "Command line interface for building Tauri apps", "funding": { "type": "opencollective",