diff --git a/.changes/fix-ios-logs.md b/.changes/fix-ios-logs.md deleted file mode 100644 index fc56f0cf..00000000 --- a/.changes/fix-ios-logs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-mobile": patch ---- - -Fixes `Device::run` not showing logs. diff --git a/CHANGELOG.md b/CHANGELOG.md index f67211de..748fbf07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.5.4] + +- [`a82bf57`](https://github.com/tauri-apps/tauri-mobile/commit/a82bf571ec69eadd07424402def6bd8565076884)([#202](https://github.com/tauri-apps/tauri-mobile/pull/202)) Fixes `Device::run` not showing logs. + ## \[0.5.3] - [`9719aae`](https://github.com/tauri-apps/tauri-mobile/commit/9719aaeaae14560109f0ee81956f1f9083c1cc3a)([#185](https://github.com/tauri-apps/tauri-mobile/pull/185)) Fix template failing to be rendered due to missing variables on strict mode. diff --git a/Cargo.lock b/Cargo.lock index bce720ce..fee61e3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1227,7 +1227,7 @@ dependencies = [ [[package]] name = "tauri-mobile" -version = "0.5.3" +version = "0.5.4" dependencies = [ "cocoa", "colored", diff --git a/Cargo.toml b/Cargo.toml index 0bec0232..71dd885a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-mobile" -version = "0.5.3" +version = "0.5.4" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",