diff --git a/.changes/views.md b/.changes/views.md deleted file mode 100644 index 06fe43003..000000000 --- a/.changes/views.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tao": patch ---- - -On macOS, fix wry window will crash if unfocused. - diff --git a/CHANGELOG.md b/CHANGELOG.md index 5acce953f..fef5add77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.18.3] + +- On macOS, fix wry window will crash if unfocused. + - [6a03847f](https://github.com/tauri-apps/tao/commit/6a03847f6d1343315174c9cd41b58a4cd2798657) On macOS, fix wry window can crash if unfocused ([#714](https://github.com/tauri-apps/tao/pull/714)) on 2023-03-24 + ## \[0.18.2] - fix not get actual ns_view when it's replace by setContentView diff --git a/Cargo.toml b/Cargo.toml index f790d30f0..2dd3983df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.18.2" +version = "0.18.3" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",