Skip to content

Commit 4071325

Browse files
publish new versions (#498)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3a85ff8 commit 4071325

File tree

5 files changed

+7
-12
lines changed

5 files changed

+7
-12
lines changed

.changes/connection-status-authorizing.md

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

.changes/missing-timeout.md

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

CHANGELOG.md

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

3+
## \[0.22.1]
4+
5+
- [`3a85ff8`](https://github.com/tauri-apps/cargo-mobile2/commit/3a85ff806271ca1cf8eceae931fb7f426c7b3aae) Added `android::device::ConnectionStatus::Authorizing` and made the enum non_exhaustive.
6+
- [`c2e2f6c`](https://github.com/tauri-apps/cargo-mobile2/commit/c2e2f6c62f6f2c8af825f34d573d4ec4487a1906) Add missing timeout on `adb shell` usage.
7+
38
## \[0.22.0]
49

510
- [`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.

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.22.0"
3+
version = "0.22.1"
44
authors = [
55
"Tauri Programme within The Commons Conservancy",
66
"Brainium Studios LLC",

0 commit comments

Comments
 (0)