diff --git a/.changes/missing-lib-error-message.md b/.changes/missing-lib-error-message.md deleted file mode 100644 index 505b2146..00000000 --- a/.changes/missing-lib-error-message.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-mobile": patch ---- - -Improve error message for missing library artifact. diff --git a/CHANGELOG.md b/CHANGELOG.md index 04d9e5c7..c49e0300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.1.4] + +- Improve error message for missing library artifact. + - [807861a](https://github.com/tauri-apps/tauri-mobile/commit/807861acfedf50e31086db62e56d296a62638194) feat: validate library artifact existence on 2022-12-28 + ## \[0.1.3] - Allow specifying an app target dir resolver via `config::App::with_target_dir_resolver`. diff --git a/Cargo.toml b/Cargo.toml index 46348f51..d8214912 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-mobile" -version = "0.1.3" +version = "0.1.4" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC",