From f3706ce5d6bfa074af658257bf8b9149806fa60a Mon Sep 17 00:00:00 2001 From: amrbashir Date: Wed, 18 Oct 2023 17:55:01 +0300 Subject: [PATCH] chore: bump version since we released a patch from `v0.22.x` branch --- .changes/fix-set-size-linux.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/fix-set-size-linux.md 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",