From 96ceef1bdbdef0341588cd4b60202e912948f064 Mon Sep 17 00:00:00 2001 From: Luke D Jones Date: Mon, 22 Mar 2021 16:45:05 +1300 Subject: [PATCH] Prep v3.2.1 --- CHANGELOG.md | 5 +++++ Cargo.lock | 4 ++-- daemon/Cargo.toml | 2 +- rog-types/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff897e73..954da93f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +# [3.2.1] - 2021-03-21 +### Changed +- Fix brightness control +- Large cleanup of code relating to LED controls + # [3.2.0] - 2021-03-21 ### Changed - Refactor keyboard LED handling diff --git a/Cargo.lock b/Cargo.lock index 3efea808..dd647344 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -196,7 +196,7 @@ dependencies = [ [[package]] name = "daemon" -version = "3.2.0" +version = "3.2.1" dependencies = [ "env_logger", "intel-pstate", @@ -908,7 +908,7 @@ dependencies = [ [[package]] name = "rog_types" -version = "3.1.0" +version = "3.1.1" dependencies = [ "gumdrop", "rog_fan_curve", diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 80ed4160..21c98e12 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daemon" -version = "3.2.0" +version = "3.2.1" license = "MPL-2.0" readme = "README.md" authors = ["Luke "] diff --git a/rog-types/Cargo.toml b/rog-types/Cargo.toml index 531823fa..7b7510f3 100644 --- a/rog-types/Cargo.toml +++ b/rog-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rog_types" -version = "3.1.0" +version = "3.1.1" license = "MPL-2.0" readme = "README.md" authors = ["Luke "]