From de57caad5d918456f02e44b9cce572829abe4574 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:41:09 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#145) Co-authored-by: amrbashir --- .changes/windows-sys-0.59.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/windows-sys-0.59.md diff --git a/.changes/windows-sys-0.59.md b/.changes/windows-sys-0.59.md deleted file mode 100644 index 77e18d3..0000000 --- a/.changes/windows-sys-0.59.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"window-vibrancy": "patch" ---- - -Update `windows-sys` crate to `0.59` diff --git a/CHANGELOG.md b/CHANGELOG.md index 09ffc71..3d67664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.5.1] + +- [`9f3d05b`](https://github.com/tauri-apps/window-vibrancy/commit/9f3d05bc3ce6e413e0a08e286490fc937debfe8d) Update `windows-sys` crate to `0.59` + ## \[0.5.0] - [`19cdde3`](https://github.com/tauri-apps/window-vibrancy/commit/19cdde3274a7be7e3f3caf117bc741f5284b6fc4)([#121](https://github.com/tauri-apps/window-vibrancy/pull/121)) **Breaking change** Update `raw-window-handle` crate to 0.6. Now APIs require `HasWindowHandle` trait boundary instead of `HasRawWindowHandle`. diff --git a/Cargo.toml b/Cargo.toml index a13fe0d..e2f46c1 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.5.0" +version = "0.5.1" edition = "2021" rust-version = "1.56" license = "Apache-2.0 OR MIT"