Bump to 0.8.2

This commit is contained in:
Daniel Collin 2016-07-08 20:29:21 +02:00
parent f848eaaee5
commit 09ee02c09c
3 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,10 @@
This project follows semantic versioning.
### v0.8.2 (2016-07-07)
- [fixed] Fixed so keypad keys works on Linux
### v0.8.1 (2016-07-07)
- [fixed] Character callback wouldn't get called on Mac and Linux

View file

@ -1,6 +1,6 @@
[package]
name = "minifb"
version = "0.8.1"
version = "0.8.2"
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.1"
minifb = "0.8.2"
```
Example