From c77b28dae15c1c211848948222d1450a689600d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 12:31:42 +0100 Subject: [PATCH] publish new versions (#501) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changes/rm-oncecell-regex.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .changes/rm-oncecell-regex.md diff --git a/.changes/rm-oncecell-regex.md b/.changes/rm-oncecell-regex.md deleted file mode 100644 index 0e22975..0000000 --- a/.changes/rm-oncecell-regex.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": patch ---- - -Remove unnecessary once-cell-regex dependency. diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb7fab..09f6a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.22.2] + +- [`a47ecb9`](https://github.com/tauri-apps/cargo-mobile2/commit/a47ecb963f0ecd78105dcd12ce1ae3e59dfb1943) ([#500](https://github.com/tauri-apps/cargo-mobile2/pull/500) by [@sftse](https://github.com/tauri-apps/cargo-mobile2/../../sftse)) Remove unnecessary once-cell-regex dependency. + ## \[0.22.1] - [`3a85ff8`](https://github.com/tauri-apps/cargo-mobile2/commit/3a85ff806271ca1cf8eceae931fb7f426c7b3aae) Added `android::device::ConnectionStatus::Authorizing` and made the enum non_exhaustive. diff --git a/Cargo.lock b/Cargo.lock index 125bf6e..8c86370 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,7 +173,7 @@ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "cargo-mobile2" -version = "0.22.1" +version = "0.22.2" dependencies = [ "colored", "core-foundation 0.10.0", diff --git a/Cargo.toml b/Cargo.toml index 5727608..a22d5fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.22.1" +version = "0.22.2" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",