diff --git a/.changes/android-no-bt.md b/.changes/android-no-bt.md deleted file mode 100644 index c3b133f2..00000000 --- a/.changes/android-no-bt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-mobile": "patch" ---- - -Fix `cargo android run` crashing because it can't detect device name using bluetooth_manager for devices without bluetooth like geneymotion. diff --git a/.changes/linux-bin-detect.md b/.changes/linux-bin-detect.md deleted file mode 100644 index afa1b90c..00000000 --- a/.changes/linux-bin-detect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-mobile": "patch" ---- - -On Linux, fix crash after false detection of VSCode. diff --git a/.changes/stylized-name.md b/.changes/stylized-name.md deleted file mode 100644 index 7caf8bc2..00000000 --- a/.changes/stylized-name.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-mobile": patch ---- - -Use stylized_name config for iOS product name. diff --git a/CHANGELOG.md b/CHANGELOG.md index fd329594..e90981fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.5.2] + +- [`4f3e4d7`](https://github.com/tauri-apps/tauri-mobile/commit/4f3e4d71af9282a2a5d054a49324909df3884a7a)([#172](https://github.com/tauri-apps/tauri-mobile/pull/172)) Fix `cargo android run` crashing because it can't detect device name using bluetooth_manager for devices without bluetooth like geneymotion. +- [`43b2a3b`](https://github.com/tauri-apps/tauri-mobile/commit/43b2a3ba3a05b9ca3d3c9d8d7eafbeb4f24bf396)([#174](https://github.com/tauri-apps/tauri-mobile/pull/174)) On Linux, fix crash after false detection of VSCode. +- [`6b8cf77`](https://github.com/tauri-apps/tauri-mobile/commit/6b8cf7758464caaa5a5cf07151cc981d04e20759)([#182](https://github.com/tauri-apps/tauri-mobile/pull/182)) Use stylized_name config for iOS product name. + ## \[0.5.1] - [`e1bf612`](https://github.com/tauri-apps/tauri-mobile/commit/e1bf612e6f2cf1f1ff21401d01129946dffe9abb)([#162](https://github.com/tauri-apps/tauri-mobile/pull/162)) Update the path to `libc++_shared.so` for NDK versions 22 and above. diff --git a/Cargo.lock b/Cargo.lock index 1cd7bb44..c6c79daf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1233,7 +1233,7 @@ dependencies = [ [[package]] name = "tauri-mobile" -version = "0.5.1" +version = "0.5.2" dependencies = [ "cocoa", "colored", diff --git a/Cargo.toml b/Cargo.toml index 0acfd98e..7b941070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-mobile" -version = "0.5.1" +version = "0.5.2" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",