diff --git a/.changes/windows-rs-0.57.md b/.changes/windows-rs-0.57.md deleted file mode 100644 index edebbfac..00000000 --- a/.changes/windows-rs-0.57.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": patch ---- - -Update `windows` crate to `0.57` \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d17484e7..8240fd6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.12.2] + +- [`52c2905`](https://github.com/tauri-apps/cargo-mobile2/commit/52c290526debb0a26b0128cc587c542db50bc847) ([#343](https://github.com/tauri-apps/cargo-mobile2/pull/343)) Update `windows` crate to `0.57` + ## \[0.12.1] - [`7d260ba`](https://github.com/tauri-apps/cargo-mobile2/commit/7d260ba290beb39c57863eaa8a8a523ede20093b)([#328](https://github.com/tauri-apps/cargo-mobile2/pull/328)) On Android, allows using Kotlin keywords as identifiers and escape them in templates. diff --git a/Cargo.lock b/Cargo.lock index e65c2627..54006a5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "cargo-mobile2" -version = "0.12.1" +version = "0.12.2" dependencies = [ "colored", "core-foundation", diff --git a/Cargo.toml b/Cargo.toml index 802db855..a8a2ea04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.12.1" +version = "0.12.2" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",