From 87d1bdb9220e2c330519742e7461445e512c19c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 08:18:14 -0300 Subject: [PATCH] publish new versions (#490) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changes/refactor-errors.md | 5 ----- .changes/xcode-open.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 12 deletions(-) delete mode 100644 .changes/refactor-errors.md delete mode 100644 .changes/xcode-open.md diff --git a/.changes/refactor-errors.md b/.changes/refactor-errors.md deleted file mode 100644 index 8ca0816..0000000 --- a/.changes/refactor-errors.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": minor ---- - -Add more context to IO errors. diff --git a/.changes/xcode-open.md b/.changes/xcode-open.md deleted file mode 100644 index 5095319..0000000 --- a/.changes/xcode-open.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": patch ---- - -Enhance opening Xcode by querying the selected Xcode path with `xcode-select -p`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fd7e20..475ea45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.21.0] + +- [`3b23d9c`](https://github.com/tauri-apps/cargo-mobile2/commit/3b23d9c653bee97b4d1ac3896c3738a940fbbc4f) ([#485](https://github.com/tauri-apps/cargo-mobile2/pull/485) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Add more context to IO errors. +- [`3c49271`](https://github.com/tauri-apps/cargo-mobile2/commit/3c49271d737aec02f159d3b641d5dd91b5f777e5) ([#489](https://github.com/tauri-apps/cargo-mobile2/pull/489) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Enhance opening Xcode by querying the selected Xcode path with `xcode-select -p`. + ## \[0.20.7] - [`68771b0`](https://github.com/tauri-apps/cargo-mobile2/commit/68771b035524d3f61e7cbf9f6d6950e9fdd3805e) ([#483](https://github.com/tauri-apps/cargo-mobile2/pull/483) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Ignore errors when checking outdated dependencies with `gem` and `brew`. diff --git a/Cargo.lock b/Cargo.lock index 0a7548d..cd02410 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,7 +173,7 @@ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "cargo-mobile2" -version = "0.20.7" +version = "0.21.0" dependencies = [ "colored", "core-foundation 0.10.0", diff --git a/Cargo.toml b/Cargo.toml index b00e3ea..b1c0489 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.20.7" +version = "0.21.0" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",