diff --git a/.changes/fix-targets.md b/.changes/fix-targets.md deleted file mode 100644 index fdbf532e..00000000 --- a/.changes/fix-targets.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": minor ---- - -Fixes conflicts between Apple and Android targets. `Target::name_list` now returns `Vec<&str>`. diff --git a/CHANGELOG.md b/CHANGELOG.md index dfffade6..a68b216b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.9.0] + +- [`cfd674e`](https://github.com/tauri-apps/cargo-mobile2/commit/cfd674e8c2f1471088bc9933be35673c9c2304d6)([#254](https://github.com/tauri-apps/cargo-mobile2/pull/254)) Fixes conflicts between Apple and Android targets. `Target::name_list` now returns `Vec<&str>`. + ## \[0.8.0] - [`cceff7e`](https://github.com/tauri-apps/cargo-mobile2/commit/cceff7e332a4b14d109b85579cc211871ef5e2d5)([#247](https://github.com/tauri-apps/cargo-mobile2/pull/247)) Fix `devicectl` listing disconnected devices. diff --git a/Cargo.lock b/Cargo.lock index 16cbc531..5e69f0b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" [[package]] name = "cargo-mobile2" -version = "0.8.0" +version = "0.9.0" dependencies = [ "colored", "core-foundation", diff --git a/Cargo.toml b/Cargo.toml index d8c7508e..09d8788c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.8.0" +version = "0.9.0" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",