From 3e24c48210e8e50872187f366d60ee9d393f6a80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:31:51 -0300 Subject: [PATCH] publish new versions (#372) Co-authored-by: lucasfernog --- .changes/apple-export-config.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .changes/apple-export-config.md diff --git a/.changes/apple-export-config.md b/.changes/apple-export-config.md deleted file mode 100644 index a5c46f9..0000000 --- a/.changes/apple-export-config.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": minor ---- - -Added a `ExportConfig` argument to the `Target::export` iOS method to allow provisioning updates. diff --git a/CHANGELOG.md b/CHANGELOG.md index bbdf96d..2faecf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.14.0] + +- [`d0e9e58`](https://github.com/tauri-apps/cargo-mobile2/commit/d0e9e587a085d3b08a2e082dea562dbc252ad191) ([#371](https://github.com/tauri-apps/cargo-mobile2/pull/371) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Added a `ExportConfig` argument to the `Target::export` iOS method to allow provisioning updates. + ## \[0.13.5] - [`f09a6da`](https://github.com/tauri-apps/cargo-mobile2/commit/f09a6dad8c27116f1cba123038a603bdb2cd8abc) Allow hyphens on iOS identifiers and underscores on Android identifiers. diff --git a/Cargo.lock b/Cargo.lock index db0603a..4bad882 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "cargo-mobile2" -version = "0.13.5" +version = "0.14.0" dependencies = [ "colored", "core-foundation 0.10.0", diff --git a/Cargo.toml b/Cargo.toml index 60937f6..1d0e73b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.13.5" +version = "0.14.0" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",