diff --git a/.changes/build-error-i686-pc-windows-msvc.md b/.changes/build-error-i686-pc-windows-msvc.md deleted file mode 100644 index 6f67492d06..0000000000 --- a/.changes/build-error-i686-pc-windows-msvc.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -Fix build error on target i686-pc-windows-msvc diff --git a/CHANGELOG.md b/CHANGELOG.md index b5fe2c1bf3..e228c671d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.19.2] + +- [`c6082173`](https://github.com/tauri-apps/tao/commit/c6082173a943e23653783fd0872f64c66bf96de9)([#731](https://github.com/tauri-apps/tao/pull/731)) Fix build error on target i686-pc-windows-msvc + ## \[0.19.1] - On Windows, fix auto-hide taskbar can't be shown when maximizing undecorated window. diff --git a/Cargo.toml b/Cargo.toml index cfde879169..6d1018634c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.19.1" +version = "0.19.2" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",