diff --git a/.changes/avd-list-log-lines.md b/.changes/avd-list-log-lines.md deleted file mode 100644 index e59392a9..00000000 --- a/.changes/avd-list-log-lines.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": "patch" ---- - -Fix `android::emulator::avd_list` function interpreting log lines from `emulator -list-avd` as valid `Emulator` \ No newline at end of file diff --git a/.changes/deprecated-gradle-identifiers.md b/.changes/deprecated-gradle-identifiers.md deleted file mode 100644 index 4c46c813..00000000 --- a/.changes/deprecated-gradle-identifiers.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": "patch" ---- - -Remove deprecated options from gradle file in the generated android template. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff3368c..92355f1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.17.4] + +- [`c4d420f`](https://github.com/tauri-apps/cargo-mobile2/commit/c4d420f9b9a35b52e24ad06de6c810f424ec45a3) ([#414](https://github.com/tauri-apps/cargo-mobile2/pull/414) by [@amrbashir](https://github.com/tauri-apps/cargo-mobile2/../../amrbashir)) Fix `android::emulator::avd_list` function interpreting log lines from `emulator -list-avd` as valid `Emulator` +- [`b4d615f`](https://github.com/tauri-apps/cargo-mobile2/commit/b4d615f7798afcb7c15aca02883bb931c5fa3431) ([#404](https://github.com/tauri-apps/cargo-mobile2/pull/404) by [@jmetz](https://github.com/tauri-apps/cargo-mobile2/../../jmetz)) Remove deprecated options from gradle file in the generated android template. + ## \[0.17.3] - [`1ec0ca5`](https://github.com/tauri-apps/cargo-mobile2/commit/1ec0ca542db074d8bd8351b094759011f6b712a2) ([#395](https://github.com/tauri-apps/cargo-mobile2/pull/395) by [@amrbashir](https://github.com/tauri-apps/cargo-mobile2/../../amrbashir)) Fix deserializing targets from `.cargo/config.toml` if the target's `rustflags` field is not specified diff --git a/Cargo.lock b/Cargo.lock index 7ec2cc0d..651a94fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "cargo-mobile2" -version = "0.17.3" +version = "0.17.4" dependencies = [ "colored", "core-foundation 0.10.0", diff --git a/Cargo.toml b/Cargo.toml index 7664f6cb..1612e6fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.17.3" +version = "0.17.4" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",