From f45fc4eec113dcc7054dca455afbff1badc90e8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:58:35 -0300 Subject: [PATCH] publish new versions (#480) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changes/fix-simulator-build-intel.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .changes/fix-simulator-build-intel.md diff --git a/.changes/fix-simulator-build-intel.md b/.changes/fix-simulator-build-intel.md deleted file mode 100644 index 87fd110..0000000 --- a/.changes/fix-simulator-build-intel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": patch ---- - -Fix build and archive not working on Apple Intel systems when targeting the simulator. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e7eb5a..2206833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.20.5] + +- [`60cf1ea`](https://github.com/tauri-apps/cargo-mobile2/commit/60cf1eae5cbc1c815da3685559c59f06b3be6286) ([#479](https://github.com/tauri-apps/cargo-mobile2/pull/479) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Fix build and archive not working on Apple Intel systems when targeting the simulator. + ## \[0.20.4] - [`c942e7d`](https://github.com/tauri-apps/cargo-mobile2/commit/c942e7d1951f5c3768f9163aec22f2553cf41b69) ([#474](https://github.com/tauri-apps/cargo-mobile2/pull/474) by [@FabianLars](https://github.com/tauri-apps/cargo-mobile2/../../FabianLars)) Allow running on 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 f9042b8..91ce5e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,7 +173,7 @@ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "cargo-mobile2" -version = "0.20.4" +version = "0.20.5" dependencies = [ "colored", "core-foundation 0.10.0", diff --git a/Cargo.toml b/Cargo.toml index b74dd20..2fd2c5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.20.4" +version = "0.20.5" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",