Skip to content

Commit 0ee134f

Browse files
authored
Bump version to 0.5.0 (#96)
1 parent e4496bb commit 0ee134f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.5.0 (2022-07-14)
44

55
* **Breaking:** The `RawWindowHandle` variants were split into `RawDisplayHandle` and `RawWindowHandle`.
66
* The X11 screen is now present in new `XlibDisplayHandle` and `XcbDisplayHandle`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "raw-window-handle"
3-
version = "0.4.3"
3+
version = "0.5.0"
44
authors = ["Osspial <osspial@gmail.com>"]
55
edition = "2018"
66
description = "Interoperability library for Rust Windowing applications."

0 commit comments

Comments
 (0)