publish new versions (#449)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-04-11 19:33:44 -03:00
committed by GitHub
parent 44a5dd6f90
commit 1da6a4933e
4 changed files with 6 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"cargo-mobile2": patch
---
Fix regression on development on macOS with Intel chip.

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.18.1]
- [`44a5dd6`](https://github.com/tauri-apps/cargo-mobile2/commit/44a5dd6f902dc432f901c92a72f5aa89b95e9a09) ([#448](https://github.com/tauri-apps/cargo-mobile2/pull/448) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Fix regression on development on macOS with Intel chip.
## \[0.18.0]
- [`0ee7015`](https://github.com/tauri-apps/cargo-mobile2/commit/0ee701554044061c986698c40e8423ef077751e2) ([#445](https://github.com/tauri-apps/cargo-mobile2/pull/445) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Remove `arm64-sim` architecture which can no longer work on Xcode 16.3

2
Cargo.lock generated
View File

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

View File

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