diff --git a/.changes/bevy-init.md b/.changes/bevy-init.md deleted file mode 100644 index bbb73677..00000000 --- a/.changes/bevy-init.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": "patch" ---- - -Fix creating a new `bevy` project. diff --git a/.changes/use-tauri-identifier.md b/.changes/use-tauri-identifier.md deleted file mode 100644 index 588a133c..00000000 --- a/.changes/use-tauri-identifier.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"cargo-mobile2": minor ---- - -Use `config.identifier` as the package name in Android and bundle ID in iOS. - -**BREAKING CHANGE:** - - In `Config`, renamed field `domain` to `identifier`. - - In `App`, renamed method `reverse_domain` to `reverse_identifier`. diff --git a/.changes/windows-rs-0.56.md b/.changes/windows-rs-0.56.md deleted file mode 100644 index e917341c..00000000 --- a/.changes/windows-rs-0.56.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": "patch" ---- - -Update `windows` crate to `0.56` diff --git a/.changes/wry-crash-linux.md b/.changes/wry-crash-linux.md deleted file mode 100644 index 96a4a9af..00000000 --- a/.changes/wry-crash-linux.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": "patch" ---- - -Fix `wry` template crashing on Linux. diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a9e093..d42f5558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## \[0.12.0] + +- [`adb2846`](https://github.com/tauri-apps/cargo-mobile2/commit/adb2846ab60642b3cc0a950e60c8c0f9c05f6cb5)([#297](https://github.com/tauri-apps/cargo-mobile2/pull/297)) Fix creating a new `bevy` project. +- [`29921ff`](https://github.com/tauri-apps/cargo-mobile2/commit/29921ff025ebed31546e33dc82696dc0c8fce2e0)([#330](https://github.com/tauri-apps/cargo-mobile2/pull/330)) Use `config.identifier` as the package name in Android and bundle ID in iOS. + + **BREAKING CHANGE:** + + - In `Config`, renamed field `domain` to `identifier`. + - In `App`, renamed method `reverse_domain` to `reverse_identifier`. +- [`525d51f`](https://github.com/tauri-apps/cargo-mobile2/commit/525d51fc61e9461bd5468124554fc12d7382333f)([#305](https://github.com/tauri-apps/cargo-mobile2/pull/305)) Update `windows` crate to `0.56` +- [`2beb485`](https://github.com/tauri-apps/cargo-mobile2/commit/2beb485387e67fc14cc2b714cb457726e4cd1d77)([#298](https://github.com/tauri-apps/cargo-mobile2/pull/298)) Fix `wry` template crashing on Linux. + ## \[0.11.1] - [`cb4ed53`](https://github.com/tauri-apps/cargo-mobile2/commit/cb4ed53069f404a0eed9988b7a0dd0e29509572e)([#300](https://github.com/tauri-apps/cargo-mobile2/pull/300)) Fix `.gitignore` generated with wrong formatting. diff --git a/Cargo.lock b/Cargo.lock index 9f6bca8c..c9ebf7d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "cargo-mobile2" -version = "0.11.1" +version = "0.12.0" dependencies = [ "colored", "core-foundation", diff --git a/Cargo.toml b/Cargo.toml index 38586fcf..e5dabda9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.11.1" +version = "0.12.0" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",