From 3d11e726fb6780fbb34490e0ea71c89eb990b980 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:49:28 -0300 Subject: [PATCH] publish new versions (#358) Co-authored-by: lucasfernog --- .changes/adb-device-serial-no.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .changes/adb-device-serial-no.md diff --git a/.changes/adb-device-serial-no.md b/.changes/adb-device-serial-no.md deleted file mode 100644 index 24d51d1b..00000000 --- a/.changes/adb-device-serial-no.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": patch ---- - -Added `android::Device::serial_no` getter. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f964a58..098ea3a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.13.2] + +- [`48c7f8e`](https://github.com/tauri-apps/cargo-mobile2/commit/48c7f8ec7b60feae5b04c45cb630a945696126f6) Added `android::Device::serial_no` getter. + ## \[0.13.1] - [`71d648f`](https://github.com/tauri-apps/cargo-mobile2/commit/71d648f16478e0fe867375ec933c4deb97406124) Update handlebars to v6. diff --git a/Cargo.lock b/Cargo.lock index 81852615..f1088d60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "cargo-mobile2" -version = "0.13.1" +version = "0.13.2" dependencies = [ "colored", "core-foundation", diff --git a/Cargo.toml b/Cargo.toml index a4cb19ec..5b71e4c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.13.1" +version = "0.13.2" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",