diff --git a/.changes/xcodebuild-remove-arch-arg.md b/.changes/xcodebuild-remove-arch-arg.md deleted file mode 100644 index 270b1c77..00000000 --- a/.changes/xcodebuild-remove-arch-arg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": patch ---- - -Do not include the target arch when building and archiving the iOS application. diff --git a/CHANGELOG.md b/CHANGELOG.md index 098ea3a2..e0a579a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.13.3] + +- [`b1c2313`](https://github.com/tauri-apps/cargo-mobile2/commit/b1c2313a2ab31e7e8e166b8068dce94b8b28000f) ([#353](https://github.com/tauri-apps/cargo-mobile2/pull/353) by [@mrguiman](https://github.com/tauri-apps/cargo-mobile2/../../mrguiman)) Do not include the target arch when building and archiving the iOS application. + ## \[0.13.2] - [`48c7f8e`](https://github.com/tauri-apps/cargo-mobile2/commit/48c7f8ec7b60feae5b04c45cb630a945696126f6) Added `android::Device::serial_no` getter. diff --git a/Cargo.lock b/Cargo.lock index f1088d60..a55963f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "cargo-mobile2" -version = "0.13.2" +version = "0.13.3" dependencies = [ "colored", "core-foundation", diff --git a/Cargo.toml b/Cargo.toml index 5b71e4c9..1d1bd12b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.13.2" +version = "0.13.3" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",