Skip to content

Commit

Permalink
v0.6.1 (#165)
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull committed Apr 20, 2024
1 parent afec0f2 commit a36599d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## 0.6.1 (2024-04-20)

- Add safe constructors for window handles. This may be useful for implementing
windowing systems with zero unsafe code. (#159)
- Improve documentation for Apple window handles. (#160)
- Add a clarification as to what circumstances Windows handles are considered
"valid" under. (#163)

## 0.6.0 (2023-09-30)

* **Breaking:** Raw pointer handles now use `NonNull` where appropriate, to avoid null pointer dereferences.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "raw-window-handle"
version = "0.6.0"
version = "0.6.1"
authors = ["Osspial <osspial@gmail.com>"]
edition = "2021"
description = "Interoperability library for Rust Windowing applications."
Expand Down

0 comments on commit a36599d

Please sign in to comment.