diff --git a/.changes/ios-application-continue-type.md b/.changes/ios-application-continue-type.md deleted file mode 100644 index 0f72af823..000000000 --- a/.changes/ios-application-continue-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -Fix compilation error on iOS. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cbefdf85b..ad109b672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[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. + ## \[0.22.1] - [`6df56c2d`](https://github.com/tauri-apps/tao/commit/6df56c2dd1b0f4695dd40b70f75a22d1ba32c384)([#751](https://github.com/tauri-apps/tao/pull/751)) On Windows, apply dark mode app-wide to some controls like context menus. diff --git a/Cargo.toml b/Cargo.toml index dc4744515..468b26f16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.22.1" +version = "0.22.2" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",