publish new versions (#372)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-08-23 16:31:51 -03:00
committed by GitHub
parent d0e9e587a0
commit 3e24c48210
4 changed files with 6 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"cargo-mobile2": minor
---
Added a `ExportConfig` argument to the `Target::export` iOS method to allow provisioning updates.

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.14.0]
- [`d0e9e58`](https://github.com/tauri-apps/cargo-mobile2/commit/d0e9e587a085d3b08a2e082dea562dbc252ad191) ([#371](https://github.com/tauri-apps/cargo-mobile2/pull/371) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Added a `ExportConfig` argument to the `Target::export` iOS method to allow provisioning updates.
## \[0.13.5]
- [`f09a6da`](https://github.com/tauri-apps/cargo-mobile2/commit/f09a6dad8c27116f1cba123038a603bdb2cd8abc) Allow hyphens on iOS identifiers and underscores on Android identifiers.

2
Cargo.lock generated
View File

@@ -179,7 +179,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
[[package]]
name = "cargo-mobile2"
version = "0.13.5"
version = "0.14.0"
dependencies = [
"colored",
"core-foundation 0.10.0",

View File

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