From 37548023c0963d5ddd0d8e7c6f6d884a054d7224 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:08:29 +0200 Subject: [PATCH] Publish New Versions (0.30) (#1014) Co-authored-by: amrbashir --- .changes/android-compile-rwh.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/android-compile-rwh.md 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",