mirror of
https://github.com/tauri-apps/cargo-mobile2.git
synced 2026-01-31 00:35:21 +01:00
publish new versions (#490)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3c49271d73
commit
87d1bdb922
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"cargo-mobile2": minor
|
||||
---
|
||||
|
||||
Add more context to IO errors.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"cargo-mobile2": patch
|
||||
---
|
||||
|
||||
Enhance opening Xcode by querying the selected Xcode path with `xcode-select -p`.
|
||||
@@ -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`.
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user