Bump to 0.10.6

This commit is contained in:
Daniel Collin 2018-05-18 22:14:53 +02:00
parent 3d70a5c7dc
commit 9b835f9331
3 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,10 @@
This project follows semantic versioning. This project follows semantic versioning.
### v0.10.6 (2018-05-18)
- [added] Scale x16 and x32 added for Unix
### v0.10.5 (2018-05-05) ### v0.10.5 (2018-05-05)
- [added] Scale x8 added for Unix - [added] Scale x8 added for Unix

View file

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

View file

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