diff --git a/.changes/identifiers.md b/.changes/identifiers.md deleted file mode 100644 index 08295b1f..00000000 --- a/.changes/identifiers.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": patch ---- - -Allow hyphens on iOS identifiers and underscores on Android identifiers. diff --git a/CHANGELOG.md b/CHANGELOG.md index f964398b..bbdf96d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.13.5] + +- [`f09a6da`](https://github.com/tauri-apps/cargo-mobile2/commit/f09a6dad8c27116f1cba123038a603bdb2cd8abc) Allow hyphens on iOS identifiers and underscores on Android identifiers. + ## \[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. diff --git a/Cargo.lock b/Cargo.lock index ae4db818..db0603a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "cargo-mobile2" -version = "0.13.4" +version = "0.13.5" dependencies = [ "colored", "core-foundation 0.10.0", diff --git a/Cargo.toml b/Cargo.toml index cfabc827..60937f67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.13.4" +version = "0.13.5" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",