diff --git a/.changes/handlebars-6.md b/.changes/handlebars-6.md deleted file mode 100644 index 06b3571f..00000000 --- a/.changes/handlebars-6.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-mobile2": patch ---- - -Update handlebars to v6. diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d1cdbb..7f964a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.13.1] + +- [`71d648f`](https://github.com/tauri-apps/cargo-mobile2/commit/71d648f16478e0fe867375ec933c4deb97406124) Update handlebars to v6. + ## \[0.13.0] - [`aad5655`](https://github.com/tauri-apps/cargo-mobile2/commit/aad5655bfeb9c14c72e30e218792a0b586709594) ([#354](https://github.com/tauri-apps/cargo-mobile2/pull/354) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Expose `apple::Device::kind`. diff --git a/Cargo.lock b/Cargo.lock index 7d435d89..81852615 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "cargo-mobile2" -version = "0.13.0" +version = "0.13.1" dependencies = [ "colored", "core-foundation", diff --git a/Cargo.toml b/Cargo.toml index d02dd658..a4cb19ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-mobile2" -version = "0.13.0" +version = "0.13.1" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",