diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f355e3..9f0b2cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ Possible log types: * `[fixed]` for any bug fixes. * `[security]` to invite users to upgrade in case of vulnerabilities. +## v0.1.1 (2017-11-19) + +* `[fixed]` Fix macOS build errors. + ## v0.1.0 (2017-05-28) * Initial release diff --git a/Cargo.lock b/Cargo.lock index 82e5e73..0883b0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -506,7 +506,7 @@ dependencies = [ [[package]] name = "mief" -version = "0.1.0" +version = "0.1.1" dependencies = [ "find_folder 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "fps_counter 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 95c4a7c..0f62700 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mief" -version = "0.1.0" +version = "0.1.1" authors = ["BMeu "] categories = ["games"]