From 190f9d4a044d15873648a57f99d1889d3d3dfc42 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Tue, 27 Aug 2024 01:22:44 +0000 Subject: [PATCH] publish new versions --- .changes/App-identifier.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .changes/App-identifier.md diff --git a/.changes/App-identifier.md b/.changes/App-identifier.md deleted file mode 100644 index 5ae33882..00000000 --- a/.changes/App-identifier.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": "minor" ---- - -The app identifier must now be provided in reverse order (e.g. `dev.tauri.app` instead of `app.tauri.dev`). Removed `App::reverse_identifier` and Added `App::identifier`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2faecf2d..a40ab7b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.15.0] + +- [`da40535`](https://github.com/tauri-apps/cargo-mobile2/commit/da40535856cc6ca3b372e3e95b3bd59a2a391a47) ([#375](https://github.com/tauri-apps/cargo-mobile2/pull/375) by [@amrbashir](https://github.com/tauri-apps/cargo-mobile2/../../amrbashir)) The app identifier must now be provided in reverse order (e.g. `dev.tauri.app` instead of `app.tauri.dev`). Removed `App::reverse_identifier` and Added `App::identifier`. + ## \[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. diff --git a/Cargo.lock b/Cargo.lock index 4bad8827..b2cd49d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "cargo-mobile2" -version = "0.14.0" +version = "0.15.0" dependencies = [ "colored", "core-foundation 0.10.0", diff --git a/Cargo.toml b/Cargo.toml index 1d0e73b0..651eb2c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.14.0" +version = "0.15.0" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",