diff --git a/.changes/fix-set-size-linux.md b/.changes/fix-set-size-linux.md deleted file mode 100644 index 217dfd5f1..000000000 --- a/.changes/fix-set-size-linux.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -Fixes set size APIs crashing on Linux. diff --git a/CHANGELOG.md b/CHANGELOG.md index ad109b672..958c11292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.22.3] + +- [`dabfed7d`](https://github.com/tauri-apps/tao/commit/dabfed7dc34eb60c796561961103e768f1d53689)([#802](https://github.com/tauri-apps/tao/pull/802)) Fixes set size APIs crashing on Linux. + ## \[0.22.2] - [`65ebab88`](https://github.com/tauri-apps/tao/commit/65ebab888de2d1ae4b7562572060d1e51ef85043)([#787](https://github.com/tauri-apps/tao/pull/787)) Fix compilation error on iOS. diff --git a/Cargo.toml b/Cargo.toml index fe2fcf066..5e3efc929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.22.2" +version = "0.22.3" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",