From 253db47b36d88f2b00a31dc7e26809a4df22a0d3 Mon Sep 17 00:00:00 2001 From: lucasfernog Date: Thu, 22 Feb 2024 17:18:42 +0000 Subject: [PATCH] publish new versions --- .changes/fix-duct-pipes.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .changes/fix-duct-pipes.md diff --git a/.changes/fix-duct-pipes.md b/.changes/fix-duct-pipes.md deleted file mode 100644 index 323382c0..00000000 --- a/.changes/fix-duct-pipes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": patch ---- - -Fix child process spawning on NAPI contexts. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9776635b..f35c10d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.10.1] + +- [`b12ef08`](https://github.com/tauri-apps/cargo-mobile2/commit/b12ef081c0dba630e92f924a34d4c768ef1fa522)([#277](https://github.com/tauri-apps/cargo-mobile2/pull/277)) Fix child process spawning on NAPI contexts. + ## \[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. diff --git a/Cargo.lock b/Cargo.lock index 4d266a4c..a4b3b1c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" [[package]] name = "cargo-mobile2" -version = "0.10.0" +version = "0.10.1" dependencies = [ "colored", "core-foundation", diff --git a/Cargo.toml b/Cargo.toml index 6ae9a91d..8e3fe498 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.10.0" +version = "0.10.1" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",