From f9791c2d908ab49bdf44907c53b394c2560f3306 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 14:28:24 -0300 Subject: [PATCH] publish new versions (#109) Co-authored-by: lucasfernog --- .changes/detach-emulator.md | 5 ----- .changes/gradlew-path.md | 5 ----- .changes/lib-name-xcode.md | 5 ----- .changes/xcode-script.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changes/detach-emulator.md delete mode 100644 .changes/gradlew-path.md delete mode 100644 .changes/lib-name-xcode.md delete mode 100644 .changes/xcode-script.md diff --git a/.changes/detach-emulator.md b/.changes/detach-emulator.md deleted file mode 100644 index 49fc70c3..00000000 --- a/.changes/detach-emulator.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-mobile": "patch" ---- - -Add `start_detached` method to start emulators. diff --git a/.changes/gradlew-path.md b/.changes/gradlew-path.md deleted file mode 100644 index 0ddac7b8..00000000 --- a/.changes/gradlew-path.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-mobile": "patch" ---- - -Fallback to `gradlew` or `gradle` from `PATH` if the one inside the generated template doesn't exist. diff --git a/.changes/lib-name-xcode.md b/.changes/lib-name-xcode.md deleted file mode 100644 index 27be1ea4..00000000 --- a/.changes/lib-name-xcode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-mobile": "patch" ---- - -Use correct lib name in xcode project. diff --git a/.changes/xcode-script.md b/.changes/xcode-script.md deleted file mode 100644 index 1f19c3f2..00000000 --- a/.changes/xcode-script.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-mobile": patch ---- - -Add xcode script back and skip it when building simulator target. diff --git a/CHANGELOG.md b/CHANGELOG.md index cdb07432..e1820862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## \[0.2.5] + +- Add `start_detached` method to start emulators. + - [ce1ba93](https://github.com/tauri-apps/tauri-mobile/commit/ce1ba93cd1865f6d5742eaa2d15ff776819e366d) feat: add `start_detached` to emulators ([#114](https://github.com/tauri-apps/tauri-mobile/pull/114)) on 2023-03-16 +- Fallback to `gradlew` or `gradle` from `PATH` if the one inside the generated template doesn't exist. + - [442f0d2](https://github.com/tauri-apps/tauri-mobile/commit/442f0d2c7328930db61058a55706d22e6a401c16) fix: fallback to gradlew from PATH if the template doesn't have one ([#111](https://github.com/tauri-apps/tauri-mobile/pull/111)) on 2023-03-07 + - [c18c21e](https://github.com/tauri-apps/tauri-mobile/commit/c18c21e8f1edea04b46f22070098cce71efa0ad4) fix: fallback to `gradle` ([#113](https://github.com/tauri-apps/tauri-mobile/pull/113)) on 2023-03-16 +- Use correct lib name in xcode project. + - [2983144](https://github.com/tauri-apps/tauri-mobile/commit/298314485ed0f0acb1cb423b812275cd8dcafc0f) fix: use correct lib name in xcode project ([#110](https://github.com/tauri-apps/tauri-mobile/pull/110)) on 2023-03-02 +- Add xcode script back and skip it when building simulator target. + - [de422da](https://github.com/tauri-apps/tauri-mobile/commit/de422daecb6fe1cc0f45fcdd12d0119be4bd666f) Add xcode script back and skip it when building simulator target ([#108](https://github.com/tauri-apps/tauri-mobile/pull/108)) on 2023-02-22 + ## \[0.2.4] - Allow to update repo with a specific branch. diff --git a/Cargo.toml b/Cargo.toml index 742d330c..b205424e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-mobile" -version = "0.2.4" +version = "0.2.5" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",