Skip to content

Commit

Permalink
Bump to 0.6.0 as API changed (get_size added)
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed May 1, 2016
1 parent 822403d commit 3c3dcd7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project follows semantic versioning.

### v0.6.0 (2016-05-01)

- [added] added ```get_size()``` to retrive the size of the window.

### v0.5.2 (2016-04-29)

- [fixed] On Mac shortcuts using F1-F12 wasn't working correctly.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minifb"
version = "0.5.2"
version = "0.6.0"
license = "MIT/Apache-2.0"
authors = ["Daniel Collin <[email protected]>"]
description = "Cross-platform window setup with optional bitmap rendering"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Usage
```toml
# Cargo.toml
[dependencies]
minifb = "0.5.2"
minifb = "0.6.0"
```

Example
Expand Down

0 comments on commit 3c3dcd7

Please sign in to comment.