diff --git a/CHANGELOG.md b/CHANGELOG.md index 86c70ef..6a12795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [0.1.3](https://github.com/meskill/mystic-light-sdk/compare/v0.1.2...v0.1.3) (2022-04-26) + + +### Bug Fixes + +* publish ([9118995](https://github.com/meskill/mystic-light-sdk/commit/911899517fb16c96888bdb0f8e7e37f8911d6d68)) + ### [0.1.2](https://github.com/meskill/mystic-light-sdk/compare/v0.1.1...v0.1.2) (2022-04-26) diff --git a/Cargo.lock b/Cargo.lock index 0e0e541..66e59ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,7 +149,7 @@ dependencies = [ [[package]] name = "mystic_light_sdk" -version = "0.1.0" +version = "0.1.2" dependencies = [ "copy_dir", "custom_error", diff --git a/Cargo.toml b/Cargo.toml index 05c1020..fa49463 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mystic_light_sdk" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["meskill"] description = "A Rust wrapper for the MysticLight SDK (MSI hardware and peripherals)"