From a7a509c91452f8838e54d01f8f7a9ee8db29ae98 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 22 May 2022 10:04:12 +0000 Subject: [PATCH] chore(release): 0.2.0 [skip ci] ## [0.2.0](https://github.com/meskill/mystic-light-sdk/compare/v0.1.5...v0.2.0) (2022-05-22) ### Features * add getters for some field for device and led ([4a30763](https://github.com/meskill/mystic-light-sdk/commit/4a3076312bf8716b7bf5a781585b091f9958aaa4)) * add serde feature implementation to able to serialize/deserialize ([bdb7f09](https://github.com/meskill/mystic-light-sdk/commit/bdb7f091e5110177df3d8af8c6b99af67023e67e)) ### Continuous Integration * use locked lock file ([6cd535d](https://github.com/meskill/mystic-light-sdk/commit/6cd535d4bff1079c9d441805c1129fc6aa11db69)) ### Code Refactoring * replace CommoError generation with custom_error! macro ([b5c6762](https://github.com/meskill/mystic-light-sdk/commit/b5c6762507dd0163303d9b8ff7dd3f92ce223eed)) ### Build System * fix build for docs.rs ([b7073d2](https://github.com/meskill/mystic-light-sdk/commit/b7073d2906e5c21a8d21b0cd5689e91756f19427)) * update wsl+docker execution scripts ([ccb1c15](https://github.com/meskill/mystic-light-sdk/commit/ccb1c151fb1e8f29deaba5dd2b8d8a68c86f29ae)) --- CHANGELOG.md | 24 ++++++++++++++++++++++++ Cargo.toml | 4 ++-- README.md | 6 ++++++ 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f857a6f..7f9c936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## [0.2.0](https://github.com/meskill/mystic-light-sdk/compare/v0.1.5...v0.2.0) (2022-05-22) + + +### Features + +* add getters for some field for device and led ([4a30763](https://github.com/meskill/mystic-light-sdk/commit/4a3076312bf8716b7bf5a781585b091f9958aaa4)) +* add serde feature implementation to able to serialize/deserialize ([bdb7f09](https://github.com/meskill/mystic-light-sdk/commit/bdb7f091e5110177df3d8af8c6b99af67023e67e)) + + +### Continuous Integration + +* use locked lock file ([6cd535d](https://github.com/meskill/mystic-light-sdk/commit/6cd535d4bff1079c9d441805c1129fc6aa11db69)) + + +### Code Refactoring + +* replace CommoError generation with custom_error! macro ([b5c6762](https://github.com/meskill/mystic-light-sdk/commit/b5c6762507dd0163303d9b8ff7dd3f92ce223eed)) + + +### Build System + +* fix build for docs.rs ([b7073d2](https://github.com/meskill/mystic-light-sdk/commit/b7073d2906e5c21a8d21b0cd5689e91756f19427)) +* update wsl+docker execution scripts ([ccb1c15](https://github.com/meskill/mystic-light-sdk/commit/ccb1c151fb1e8f29deaba5dd2b8d8a68c86f29ae)) + ### [0.1.5](https://github.com/meskill/mystic-light-sdk/compare/v0.1.4...v0.1.5) (2022-04-26) diff --git a/Cargo.toml b/Cargo.toml index 58a302f..7fd0d06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mystic_light_sdk" -version = "0.1.5" +version = "0.2.0" edition = "2021" authors = ["meskill"] description = "A Rust wrapper for the MysticLight SDK (MSI hardware and peripherals)" @@ -36,4 +36,4 @@ serde = ["dep:serde"] [[example]] name = "serde_serialization" -required-features = ["serde"] \ No newline at end of file +required-features = ["serde"] diff --git a/README.md b/README.md index 08af9f3..3392749 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,12 @@ fn main() -> std::io::Result<()> { - in case of any problems with conversion from and into WinApi types +## Features + +### serde + +Enables [serde](https://crates.io/crates/serde) serialization/deserialization for some of the sdk structs + ## Troubleshooting ### Timeout error on initialization