From 55af8af1c027ac6f27cae7cf603d80a70b31e255 Mon Sep 17 00:00:00 2001 From: lucasfernog Date: Tue, 20 Feb 2024 01:38:31 +0000 Subject: [PATCH] publish new versions --- .changes/optional-development-team.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .changes/optional-development-team.md diff --git a/.changes/optional-development-team.md b/.changes/optional-development-team.md deleted file mode 100644 index d84cc4e6..00000000 --- a/.changes/optional-development-team.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": minor ---- - -The development team configuration is now optional so you can develop on a simulator without a signing certificate. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 354819c9..9776635b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.10.0] + +- [`d90ccf4`](https://github.com/tauri-apps/cargo-mobile2/commit/d90ccf4c50dc180e082693b310d1f34f67d977e7)([#273](https://github.com/tauri-apps/cargo-mobile2/pull/273)) The development team configuration is now optional so you can develop on a simulator without a signing certificate. + ## \[0.9.1] - [`01d52ca`](https://github.com/tauri-apps/cargo-mobile2/commit/01d52ca2c1a582cb5a06193629d2b0bec3282ac6)([#265](https://github.com/tauri-apps/cargo-mobile2/pull/265)) Use devicectl even if iOS device is disconnected. diff --git a/Cargo.lock b/Cargo.lock index e4a94f3d..5ec81480 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" [[package]] name = "cargo-mobile2" -version = "0.9.1" +version = "0.10.0" dependencies = [ "colored", "core-foundation", diff --git a/Cargo.toml b/Cargo.toml index ef21f80a..d89c3e21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.9.1" +version = "0.10.0" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",