Bump version to 0.11.2 (#64)

This commit is contained in:
tdaffin 2018-12-19 23:22:36 -07:00 committed by Daniel Collin
parent 95d0e6f5e5
commit fb403498f0
3 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,10 @@
This project follows semantic versioning.
### v0.11.2 (2018-12-19)
- [added] Window.is_key_released
### v0.11.1 (2018-11-13)
- [fixed] Fixed bad window size in menu example

View file

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