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"