From 3712eb35c3ade86e50939d30ddc910c2f5d6c100 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:39:10 -0300 Subject: [PATCH] publish new versions (#389) --- .changes/enhance-apple-log.md | 5 ----- .changes/ios-build-logs.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 12 deletions(-) delete mode 100644 .changes/enhance-apple-log.md delete mode 100644 .changes/ios-build-logs.md diff --git a/.changes/enhance-apple-log.md b/.changes/enhance-apple-log.md deleted file mode 100644 index 23963b4c..00000000 --- a/.changes/enhance-apple-log.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": patch ---- - -Only display logs from the actual iOS application unless pedantic verbosity is requested. diff --git a/.changes/ios-build-logs.md b/.changes/ios-build-logs.md deleted file mode 100644 index cf277f20..00000000 --- a/.changes/ios-build-logs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": patch ---- - -Always use verbose logging when building the app on iOS (`Target::build`) to display cargo build output. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e72c1b4..dbaf268d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[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. +- [`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)) Always use verbose logging when building the app on iOS (`Target::build`) to display cargo build output. + ## \[0.17.1] - [`ce80447`](https://github.com/tauri-apps/cargo-mobile2/commit/ce804479427435cba770ffa941e27ce32b271533) ([#380](https://github.com/tauri-apps/cargo-mobile2/pull/380) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) The Rust flags for Android builds no longer need to search the .cargo folder for libraries. diff --git a/Cargo.lock b/Cargo.lock index 931f5225..cd54454a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "cargo-mobile2" -version = "0.17.1" +version = "0.17.2" dependencies = [ "colored", "core-foundation 0.10.0", diff --git a/Cargo.toml b/Cargo.toml index fe9c44e3..edb5b769 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.17.1" +version = "0.17.2" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",