diff --git a/.changes/apple-export-config.md b/.changes/apple-export-config.md deleted file mode 100644 index a5c46f9b..00000000 --- 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 bbdf96d1..2faecf2d 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 db0603a3..4bad8827 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 60937f67..1d0e73b0 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",