From 36cb75b841413092f37349f51aa7c739fab86481 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 04:48:36 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#151) Co-authored-by: amrbashir --- .changes/use-objc2.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/use-objc2.md diff --git a/.changes/use-objc2.md b/.changes/use-objc2.md deleted file mode 100644 index 85dff02..0000000 --- a/.changes/use-objc2.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"window-vibrancy": patch ---- - -Use `objc2` internally, leading to better memory safety. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d67664..13fa1c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.5.2] + +- [`3325c24`](https://github.com/tauri-apps/window-vibrancy/commit/3325c24bccbca19f6b93b11adfa0e3b2ab595f73) ([#150](https://github.com/tauri-apps/window-vibrancy/pull/150) by [@madsmtm](https://github.com/tauri-apps/window-vibrancy/../../madsmtm)) Use `objc2` internally, leading to better memory safety. + ## \[0.5.1] - [`9f3d05b`](https://github.com/tauri-apps/window-vibrancy/commit/9f3d05bc3ce6e413e0a08e286490fc937debfe8d) Update `windows-sys` crate to `0.59` diff --git a/Cargo.toml b/Cargo.toml index 632d4b2..e7722ac 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.1" +version = "0.5.2" edition = "2021" rust-version = "1.56" license = "Apache-2.0 OR MIT"