Skip to content

Commit 8cd9707

Browse files
publish new versions (#497)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bac9260 commit 8cd9707

File tree

6 files changed

+8
-17
lines changed

6 files changed

+8
-17
lines changed

.changes/adb-list-error-refactor.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/adb-list-refactor.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/start_detached_with_options.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[0.22.0]
4+
5+
- [`bac9260`](https://github.com/tauri-apps/cargo-mobile2/commit/bac9260debb964aa0c31bcdc0f999077984b70e9) ([#495](https://github.com/tauri-apps/cargo-mobile2/pull/495) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Added `android::adb::device_list::Error` variants now include the serial number of the device that caused the error.
6+
- [`bac9260`](https://github.com/tauri-apps/cargo-mobile2/commit/bac9260debb964aa0c31bcdc0f999077984b70e9) ([#495](https://github.com/tauri-apps/cargo-mobile2/pull/495) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Added `android::adb::device_list` now returns disconnected devices. Check with `android::Device::status`.
7+
- [`bac9260`](https://github.com/tauri-apps/cargo-mobile2/commit/bac9260debb964aa0c31bcdc0f999077984b70e9) ([#495](https://github.com/tauri-apps/cargo-mobile2/pull/495) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Added `android::Device::start_detached_with_options`.
8+
39
## \[0.21.2]
410

511
- [`eba8283`](https://github.com/tauri-apps/cargo-mobile2/commit/eba82833d1d01772b64839a4605676a69dd961c3) ([#493](https://github.com/tauri-apps/cargo-mobile2/pull/493) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Prevent adb device list from getting stuck if any of the available devices are not properly connected.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-mobile2"
3-
version = "0.21.2"
3+
version = "0.22.0"
44
authors = [
55
"Tauri Programme within The Commons Conservancy",
66
"Brainium Studios LLC",

0 commit comments

Comments
 (0)