From 91da4955e036091d6e6572561cdc673de2c513fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 11:17:07 -0300 Subject: [PATCH] publish new versions (#399) Co-authored-by: lucasfernog --- .changes/dotcargo-optional-fields.md | 5 ----- .changes/remove-name-validation.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 12 deletions(-) delete mode 100644 .changes/dotcargo-optional-fields.md delete mode 100644 .changes/remove-name-validation.md diff --git a/.changes/dotcargo-optional-fields.md b/.changes/dotcargo-optional-fields.md deleted file mode 100644 index 1c2fe76..0000000 --- a/.changes/dotcargo-optional-fields.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": "patch" ---- - -Fix deserializing targets from `.cargo/config.toml` if the target's `rustflags` field is not specified diff --git a/.changes/remove-name-validation.md b/.changes/remove-name-validation.md deleted file mode 100644 index 9956351..0000000 --- a/.changes/remove-name-validation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": patch ---- - -Removed name and lib name validation as they are not used as the package identifier anymore. diff --git a/CHANGELOG.md b/CHANGELOG.md index dbaf268..4ff3368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.17.3] + +- [`1ec0ca5`](https://github.com/tauri-apps/cargo-mobile2/commit/1ec0ca542db074d8bd8351b094759011f6b712a2) ([#395](https://github.com/tauri-apps/cargo-mobile2/pull/395) by [@amrbashir](https://github.com/tauri-apps/cargo-mobile2/../../amrbashir)) Fix deserializing targets from `.cargo/config.toml` if the target's `rustflags` field is not specified +- [`e66010f`](https://github.com/tauri-apps/cargo-mobile2/commit/e66010f867f6ad4f4830fdb20a846a0ef474c1b7) ([#398](https://github.com/tauri-apps/cargo-mobile2/pull/398) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Removed name and lib name validation as they are not used as the package identifier anymore. + ## \[0.17.2] - [`cdb6ed3`](https://github.com/tauri-apps/cargo-mobile2/commit/cdb6ed362e33ffd21ebb3b6a2f1441040b7e45d1) ([#388](https://github.com/tauri-apps/cargo-mobile2/pull/388) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Only display logs from the actual iOS application unless pedantic verbosity is requested. diff --git a/Cargo.lock b/Cargo.lock index cd54454..2286766 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "cargo-mobile2" -version = "0.17.2" +version = "0.17.3" dependencies = [ "colored", "core-foundation 0.10.0", diff --git a/Cargo.toml b/Cargo.toml index edb5b76..a51dfd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.17.2" +version = "0.17.3" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",