Bump to 0.8.1

Closes #22
This commit is contained in:
Daniel Collin 2016-07-08 14:32:44 +02:00
parent 99c9bbdfac
commit 9266ddb1d8
3 changed files with 7 additions and 2 deletions

View file

@ -2,6 +2,11 @@
This project follows semantic versioning.
### v0.8.1 (2016-07-07)
- [fixed] Character callback wouldn't get called on Mac and Linux
- [fixed] Resize cursors on Windows was swapped
### v0.8.0 (2016-06-24)
- [added] ```window.set_title``` Can now change title after creation

View file

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

View file

@ -14,7 +14,7 @@ Usage
```toml
# Cargo.toml
[dependencies]
minifb = "0.8.0"
minifb = "0.8.1"
```
Example