From f3afebba173af4a7212d3bfe0f04c03fc256964f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 13:29:20 +0200 Subject: [PATCH] Publish New Versions (#74) Co-authored-by: amrbashir --- .changes/acrylic.md | 5 ----- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changes/acrylic.md diff --git a/.changes/acrylic.md b/.changes/acrylic.md deleted file mode 100644 index bfb7ccc..0000000 --- a/.changes/acrylic.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"window-vibrancy": "patch" ---- - -Fix `apply_acrylic` on Windows 11 22H2. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bf1201c..106f946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[0.3.2] + +- Fix `apply_acrylic` on Windows 11 22H2. + - [d05ef14](https://github.com/tauri-apps/window-vibrancy/commit/d05ef146b94a8ca66e091e62be112a1c57d14563) fix: fix acrylic on windows 11 22523, closes [#45](https://github.com/tauri-apps/window-vibrancy/pull/45) ([#69](https://github.com/tauri-apps/window-vibrancy/pull/69)) on 2022-10-25 + - [aab46e3](https://github.com/tauri-apps/window-vibrancy/commit/aab46e35eaf014d63920999c4e0132baeb55fc50) publish new versions ([#70](https://github.com/tauri-apps/window-vibrancy/pull/70)) on 2022-10-25 + - [d20161f](https://github.com/tauri-apps/window-vibrancy/commit/d20161fc1892908839e4f7d715e16256b2d96900) fix: fix acrylic on win11 22h2 on 2022-11-18 + ## \[0.3.1] - Fix acrylic effect on Windows 11 build 22523 and higher diff --git a/Cargo.toml b/Cargo.toml index 165c31c..b778ace 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "window-vibrancy" description = "Make your windows vibrant." authors = [ "Tauri Programme within The Commons Conservancy" ] -version = "0.3.1" +version = "0.3.2" edition = "2021" rust-version = "1.56" license = "Apache-2.0 OR MIT"