publish new versions (#482)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-29 11:41:05 -03:00
committed by GitHub
parent 2da2b57e7f
commit da4ee56c73
4 changed files with 6 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"cargo-mobile2": patch
---
Fix empty `Device::name` when using an Android emulator.

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.20.6]
- [`2da2b57`](https://github.com/tauri-apps/cargo-mobile2/commit/2da2b57e7f49e1f4b8b85fb1c0807721f768d660) ([#481](https://github.com/tauri-apps/cargo-mobile2/pull/481) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Fix empty `Device::name` when using an Android emulator.
## \[0.20.5]
- [`60cf1ea`](https://github.com/tauri-apps/cargo-mobile2/commit/60cf1eae5cbc1c815da3685559c59f06b3be6286) ([#479](https://github.com/tauri-apps/cargo-mobile2/pull/479) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Fix build and archive not working on Apple Intel systems when targeting the simulator.

2
Cargo.lock generated
View File

@@ -173,7 +173,7 @@ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
[[package]]
name = "cargo-mobile2"
version = "0.20.5"
version = "0.20.6"
dependencies = [
"colored",
"core-foundation 0.10.0",

View File

@@ -1,6 +1,6 @@
[package]
name = "cargo-mobile2"
version = "0.20.5"
version = "0.20.6"
authors = [
"Tauri Programme within The Commons Conservancy",
"Brainium Studios LLC",