Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Oct 15, 2023
1 parent 248c21e commit 879879a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This file describes important user-facing changes in the `async-winit` crate.

## Version 0.2.1

- Fixes a compiler error.

## Version 0.2.0

- **Breaking:** Most types now include a `ThreadSafety` type parameter that controls whether or not it uses thread-safe (`Arc`, `Mutex`) or thread-unsafe (`Rc`, `RefCell`) primitives.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "async-winit"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["John Nunley <[email protected]>"]
authors = ["John Nunley <[email protected]>"]
description = "Use winit like an async runtime"
repository = "https://github.com/notgull/async-winit"
license = "LGPL-3.0-or-later OR MPL-2.0"
Expand Down

0 comments on commit 879879a

Please sign in to comment.