diff --git a/.changes/target-dir-resolver.md b/.changes/target-dir-resolver.md deleted file mode 100644 index a1f629ca..00000000 --- a/.changes/target-dir-resolver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-mobile": patch ---- - -Allow specifying an app target dir resolver via `config::App::with_target_dir_resolver`. diff --git a/CHANGELOG.md b/CHANGELOG.md index e816e733..04d9e5c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.1.3] + +- Allow specifying an app target dir resolver via `config::App::with_target_dir_resolver`. + - [74c150a](https://github.com/tauri-apps/tauri-mobile/commit/74c150a7ad84db516fa39a6e9c7a4454de1d5d83) feat: allow setting a custom target dir resolver ([#68](https://github.com/tauri-apps/tauri-mobile/pull/68)) on 2022-12-28 + ## \[0.1.2] - Fix `android_binding!` macro usage in the `wry` template. diff --git a/Cargo.toml b/Cargo.toml index 3d551d72..46348f51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-mobile" -version = "0.1.2" +version = "0.1.3" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",