mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-10 02:51:32 +11:00
Bump version to 0.11.2 (#64)
This commit is contained in:
parent
95d0e6f5e5
commit
fb403498f0
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
This project follows semantic versioning.
|
This project follows semantic versioning.
|
||||||
|
|
||||||
|
### v0.11.2 (2018-12-19)
|
||||||
|
|
||||||
|
- [added] Window.is_key_released
|
||||||
|
|
||||||
### v0.11.1 (2018-11-13)
|
### v0.11.1 (2018-11-13)
|
||||||
|
|
||||||
- [fixed] Fixed bad window size in menu example
|
- [fixed] Fixed bad window size in menu example
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "minifb"
|
name = "minifb"
|
||||||
version = "0.11.1"
|
version = "0.11.2"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue