From afbdb78c866b0907f57a89d25cb29f039325a84f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Apr 2022 18:14:22 +0000 Subject: [PATCH] chore(release): 0.1.5 [skip ci] ### [0.1.5](https://github.com/meskill/mystic-light-sdk/compare/v0.1.4...v0.1.5) (2022-04-26) ### Documentation * fix Cargo.toml ([f7d693e](https://github.com/meskill/mystic-light-sdk/commit/f7d693e2e1e0fa73113afca55a2536315fc44534)) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a648cc..f857a6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [0.1.5](https://github.com/meskill/mystic-light-sdk/compare/v0.1.4...v0.1.5) (2022-04-26) + + +### Documentation + +* fix Cargo.toml ([f7d693e](https://github.com/meskill/mystic-light-sdk/commit/f7d693e2e1e0fa73113afca55a2536315fc44534)) + ### [0.1.4](https://github.com/meskill/mystic-light-sdk/compare/v0.1.3...v0.1.4) (2022-04-26) diff --git a/Cargo.toml b/Cargo.toml index 1d39645..735820a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mystic_light_sdk" -version = "0.1.4" +version = "0.1.5" edition = "2021" authors = ["meskill"] description = "A Rust wrapper for the MysticLight SDK (MSI hardware and peripherals)"