Skip to content

Commit de57caa

Browse files
Apply Version Updates From Current Changes (#145)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
1 parent 1986ac9 commit de57caa

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.changes/windows-sys-0.59.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[0.5.1]
4+
5+
- [`9f3d05b`](https://github.com/tauri-apps/window-vibrancy/commit/9f3d05bc3ce6e413e0a08e286490fc937debfe8d) Update `windows-sys` crate to `0.59`
6+
37
## \[0.5.0]
48

59
- [`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`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "window-vibrancy"
33
description = "Make your windows vibrant."
44
authors = [ "Tauri Programme within The Commons Conservancy" ]
5-
version = "0.5.0"
5+
version = "0.5.1"
66
edition = "2021"
77
rust-version = "1.56"
88
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)