Skip to content

Commit a36599d

Browse files
authored
v0.6.1 (#165)
Signed-off-by: John Nunley <[email protected]>
1 parent afec0f2 commit a36599d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.6.1 (2024-04-20)
4+
5+
- Add safe constructors for window handles. This may be useful for implementing
6+
windowing systems with zero unsafe code. (#159)
7+
- Improve documentation for Apple window handles. (#160)
8+
- Add a clarification as to what circumstances Windows handles are considered
9+
"valid" under. (#163)
10+
311
## 0.6.0 (2023-09-30)
412

513
* **Breaking:** Raw pointer handles now use `NonNull` where appropriate, to avoid null pointer dereferences.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "raw-window-handle"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Osspial <[email protected]>"]
55
edition = "2021"
66
description = "Interoperability library for Rust Windowing applications."

0 commit comments

Comments
 (0)