From 11a2c89dae3bec53959d19c5e9cce397f2e9d984 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 May 2022 06:58:50 +0000 Subject: [PATCH] chore(release): 0.2.3 [skip ci] ### [0.2.3](https://github.com/meskill/mystic-light-sdk/compare/v0.2.2...v0.2.3) (2022-05-25) ### Bug Fixes * build script change detection for path ([906eada](https://github.com/meskill/mystic-light-sdk/commit/906eadab58fb4ef8a6b4a7f8e492a6c3cc845ef8)) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 520c943..eebc535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [0.2.3](https://github.com/meskill/mystic-light-sdk/compare/v0.2.2...v0.2.3) (2022-05-25) + + +### Bug Fixes + +* build script change detection for path ([906eada](https://github.com/meskill/mystic-light-sdk/commit/906eadab58fb4ef8a6b4a7f8e492a6c3cc845ef8)) + ### [0.2.2](https://github.com/meskill/mystic-light-sdk/compare/v0.2.1...v0.2.2) (2022-05-23) diff --git a/Cargo.lock b/Cargo.lock index a75e67a..72acf85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "mystic_light_sdk" -version = "0.2.2" +version = "0.2.3" dependencies = [ "copy_dir", "custom_error", diff --git a/Cargo.toml b/Cargo.toml index d08f9e4..ffa4f86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mystic_light_sdk" -version = "0.2.2" +version = "0.2.3" edition = "2021" authors = ["meskill"] description = "A Rust wrapper for the MysticLight SDK (MSI hardware and peripherals)"