publish new versions (#472)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-07-31 00:41:45 -03:00
committed by GitHub
parent 3f12118594
commit 6e26a8ca37
4 changed files with 6 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"cargo-mobile2": patch
---
Added `apple::device::Device::is_paired`.

View File

@@ -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.

2
Cargo.lock generated
View File

@@ -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",

View File

@@ -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",