From 128fa6d972f86ce2c59c50b48d588f3b05580777 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:47:44 -0300 Subject: [PATCH] publish new versions (#363) Co-authored-by: lucasfernog --- .changes/custom-export-options-plist-path.md | 5 ----- .changes/windows-0.58.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 12 deletions(-) delete mode 100644 .changes/custom-export-options-plist-path.md delete mode 100644 .changes/windows-0.58.md diff --git a/.changes/custom-export-options-plist-path.md b/.changes/custom-export-options-plist-path.md deleted file mode 100644 index 383c202c..00000000 --- a/.changes/custom-export-options-plist-path.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": patch ---- - -Added `Config::set_export_options_plist_path` to define a custom ExportOptions.plist to use. diff --git a/.changes/windows-0.58.md b/.changes/windows-0.58.md deleted file mode 100644 index 3a8b3f43..00000000 --- a/.changes/windows-0.58.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": "patch" ---- - -Update `windows` crate to `0.58` diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a579a2..f964398b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.13.4] + +- [`f5548f7`](https://github.com/tauri-apps/cargo-mobile2/commit/f5548f7a522325820662d041b518eb361766358b) ([#362](https://github.com/tauri-apps/cargo-mobile2/pull/362) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Added `Config::set_export_options_plist_path` to define a custom ExportOptions.plist to use. +- [`b1e407c`](https://github.com/tauri-apps/cargo-mobile2/commit/b1e407cf21f90dfc664436703e73ec1f819d6438) ([#359](https://github.com/tauri-apps/cargo-mobile2/pull/359) by [@amrbashir](https://github.com/tauri-apps/cargo-mobile2/../../amrbashir)) Update `windows` crate to `0.58` + ## \[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. diff --git a/Cargo.lock b/Cargo.lock index 3c068490..ae4db818 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "cargo-mobile2" -version = "0.13.3" +version = "0.13.4" dependencies = [ "colored", "core-foundation 0.10.0", diff --git a/Cargo.toml b/Cargo.toml index 69ffbc74..cfabc827 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.13.3" +version = "0.13.4" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",