diff --git a/.changes/android-compile-rwh.md b/.changes/android-compile-rwh.md deleted file mode 100644 index ed62f6aee..000000000 --- a/.changes/android-compile-rwh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -Fix compiling on android when using `rwh_05` and `rwh_04` feature flags. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff3b34f8..ef13fc409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.30.8] + +- [`c043a8f0`](https://github.com/tauri-apps/tao/commit/c043a8f09ef552fecd077e794c542cf6857deeff) ([#1011](https://github.com/tauri-apps/tao/pull/1011)) Fix compiling on android when using `rwh_05` and `rwh_04` feature flags. + ## \[0.30.7] - [`97382238`](https://github.com/tauri-apps/tao/commit/97382238b218d66baf5693b6087b7bef2e66ec70) ([#1007](https://github.com/tauri-apps/tao/pull/1007) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) On Windows, fix `Window::set_inner_size` regression not handling borders correctly for undecorated window with shadows. diff --git a/Cargo.toml b/Cargo.toml index fcb2e6665..38573e3a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.30.7" +version = "0.30.8" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",