Prep v3.2.1

This commit is contained in:
Luke D Jones
2021-03-22 16:45:05 +13:00
parent bc72b93625
commit 96ceef1bdb
4 changed files with 9 additions and 4 deletions
+5
View File
@@ -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
Generated
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "daemon"
version = "3.2.0"
version = "3.2.1"
license = "MPL-2.0"
readme = "README.md"
authors = ["Luke <luke@ljones.dev>"]
+1 -1
View File
@@ -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 <luke@ljones.dev>"]