From 4d0aa028c2ba76221f0f8d994cd9b64e9d4209fc Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Sun, 2 Apr 2017 12:24:21 +0200 Subject: [PATCH] Updated to 0.9.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d08e023..19eedeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This project follows semantic versioning. +### v0.9.1 (2017-04-02) + +- [fixed] Correct link to docs in Cargo.toml + ### v0.9.0 (2016-08-02) - [added] ```get_unscaled_mouse_pos``` Can be used the get actual mouse pos on a scaled window diff --git a/Cargo.toml b/Cargo.toml index 175d0d0..1ff66ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minifb" -version = "0.9.0" +version = "0.9.1" license = "MIT/Apache-2.0" authors = ["Daniel Collin "] description = "Cross-platform window setup with optional bitmap rendering" diff --git a/README.md b/README.md index d3b7881..105c9d8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Usage ```toml # Cargo.toml [dependencies] -minifb = "0.9.0" +minifb = "0.9.1" ``` Example