diff --git a/.changes/fix-android-binding-macro.md b/.changes/fix-android-binding-macro.md deleted file mode 100644 index f8e61d484..000000000 --- a/.changes/fix-android-binding-macro.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -Fix `android_binding` macro incorrect expansion. \ No newline at end of file diff --git a/.changes/set-theme-none-macos-crash.md b/.changes/set-theme-none-macos-crash.md deleted file mode 100644 index 86c983123..000000000 --- a/.changes/set-theme-none-macos-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -Fix setting theme to `None` crashes the app on macOS diff --git a/CHANGELOG.md b/CHANGELOG.md index c6acab6cc..fa720306f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.30.5] + +- [`532b5ab0`](https://github.com/tauri-apps/tao/commit/532b5ab0bffb1e7b39281951848947feb0716f0a) ([#1000](https://github.com/tauri-apps/tao/pull/1000) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) Fix `android_binding` macro incorrect expansion. +- [`67e44e4c`](https://github.com/tauri-apps/tao/commit/67e44e4cb2d278333abe367f23f0e5ef0d2463db) ([#991](https://github.com/tauri-apps/tao/pull/991) by [@Legend-Master](https://github.com/tauri-apps/tao/../../Legend-Master)) Fix setting theme to `None` crashes the app on macOS + ## \[0.30.4] - [`b404cde1`](https://github.com/tauri-apps/tao/commit/b404cde150eb767026122691aed2d21f9d6fd051) ([#995](https://github.com/tauri-apps/tao/pull/995) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) Add `WindowAttributes::background_color`, `WindowBuilder::with_background_color`, and `Window::set_background_color` APIs to set and change window background color. diff --git a/Cargo.toml b/Cargo.toml index 3a233b3d2..0b134c123 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.30.4" +version = "0.30.5" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",