Bump to 0.15.2

This commit is contained in:
Daniel Collin 2020-01-21 21:35:53 +01:00
parent 635e2a58e0
commit b310fd372c
3 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,10 @@
This project follows semantic versioning.
### v0.15.2 (2020-01-21)
- [fixed] Fixed forever block on macOS when using `update` and not `update_with_buffer`
### v0.15.1 (2019-12-27)
- [fixed] Fixed access to raw_window_handle()

View file

@ -1,6 +1,6 @@
[package]
name = "minifb"
version = "0.15.1"
version = "0.15.2"
license = "MIT/Apache-2.0"
authors = ["Daniel Collin <daniel@collin.com>"]
description = "Cross-platform window setup with optional bitmap rendering"

View file

@ -13,7 +13,7 @@ Usage
```toml
# Cargo.toml
[dependencies]
minifb = "0.15.1"
minifb = "0.15.2"
```
Example