Bumped to 0.9.2

This commit is contained in:
Daniel Collin 2017-07-31 16:39:02 +02:00
parent 5cec5afc6a
commit 6db90d717f
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
This project follows semantic versioning.
### v0.9.2 (2017-07-31)
- [fixed] Bumped x11-dll to 2.14 as it was causing issues on nightly.
### v0.9.1 (2017-04-02)
- [fixed] Correct link to docs in Cargo.toml

View file

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