mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-11 03:21:32 +11:00
Bump to 0.10.1
This commit is contained in:
parent
3ffa7ad684
commit
89c38d8e64
|
@ -2,6 +2,10 @@
|
|||
|
||||
This project follows semantic versioning.
|
||||
|
||||
### v0.10.1 (2017-08-15)
|
||||
|
||||
- [fixed] Typo in the Redox implementation was fixed after changes in 0.10.0
|
||||
|
||||
### v0.10.0 (2017-08-11)
|
||||
|
||||
- [changed] ```update_with_buffer``` Now make sures that input buffer will be large enough. As of this it now returns ```Result<>``` to indicate the status of the call.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "minifb"
|
||||
version = "0.10.0"
|
||||
version = "0.10.1"
|
||||
license = "MIT/Apache-2.0"
|
||||
authors = ["Daniel Collin <daniel@collin.com>"]
|
||||
description = "Cross-platform window setup with optional bitmap rendering"
|
||||
|
|
Loading…
Reference in a new issue