diff --git a/.changes/is-paired.md b/.changes/is-paired.md deleted file mode 100644 index 567f269..0000000 --- a/.changes/is-paired.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": patch ---- - -Added `apple::device::Device::is_paired`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3afadb7..7f4f38d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.20.3] + +- [`a5febb9`](https://github.com/tauri-apps/cargo-mobile2/commit/a5febb9e87b315f22b4e62ecfc7558dda2b614d8) Added `apple::device::Device::is_paired`. + ## \[0.20.2] - [`5fc06d1`](https://github.com/tauri-apps/cargo-mobile2/commit/5fc06d171059098ca575aacf20222f6d97376ddc) ([#468](https://github.com/tauri-apps/cargo-mobile2/pull/468) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Ensure iOS dependencies ios-deploy and libimobiledevice are installed before running the app. diff --git a/Cargo.lock b/Cargo.lock index fc00fb7..1d55dfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,7 +173,7 @@ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "cargo-mobile2" -version = "0.20.2" +version = "0.20.3" dependencies = [ "colored", "core-foundation 0.10.0", diff --git a/Cargo.toml b/Cargo.toml index ce61657..a0ee2eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.20.2" +version = "0.20.3" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",