publish new versions (#451)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-04-12 14:25:00 -03:00
committed by GitHub
parent bbbbdf71c6
commit 7d0517d309
4 changed files with 6 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"cargo-mobile2": minor
---
Fixed apple bundle version string validation. Removed the `VersionNumber` type.

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.19.0]
- [`bbbbdf7`](https://github.com/tauri-apps/cargo-mobile2/commit/bbbbdf71c69748d18e7daa543f613f3cf5301b47) ([#450](https://github.com/tauri-apps/cargo-mobile2/pull/450) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Fixed apple bundle version string validation. Removed the `VersionNumber` type.
## \[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.

2
Cargo.lock generated
View File

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

View File

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