From 66edcaa56d0ed210ac0ff0dac42d2ee65c923c14 Mon Sep 17 00:00:00 2001 From: lucasfernog Date: Sat, 7 Oct 2023 09:34:01 +0000 Subject: [PATCH] publish new versions --- .changes/macos-14-fix.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .changes/macos-14-fix.md diff --git a/.changes/macos-14-fix.md b/.changes/macos-14-fix.md deleted file mode 100644 index 71369b8c..00000000 --- a/.changes/macos-14-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": minor ---- - -Use `devicectl` on macOS 14+ to connect to iOS 17+ devices. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d751b26..e4b5f3b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.7.0] + +- [`739c965`](https://github.com/tauri-apps/cargo-mobile2/commit/739c965ffe7aa4bbf4162d293aea4613902bd588)([#241](https://github.com/tauri-apps/cargo-mobile2/pull/241)) Use `devicectl` on macOS 14+ to connect to iOS 17+ devices. + ## \[0.6.0] - [`5f17581`](https://github.com/tauri-apps/cargo-mobile2/commit/5f175810ee87074e67ba966461f0b0c805453971)([#219](https://github.com/tauri-apps/cargo-mobile2/pull/219)) Rename this crate to `cargo-mobile2` diff --git a/Cargo.lock b/Cargo.lock index d36cbe0e..02371459 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" [[package]] name = "cargo-mobile2" -version = "0.6.0" +version = "0.7.0" dependencies = [ "cocoa", "colored", diff --git a/Cargo.toml b/Cargo.toml index e9ff58cf..043cb04d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.6.0" +version = "0.7.0" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",