From 6f81f86483497cd38c25d1c75dcc974f6a3639fd Mon Sep 17 00:00:00 2001 From: Luke D Jones Date: Mon, 22 Feb 2021 11:48:08 +1300 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- daemon/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 138b6366..a40f4a12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +# [3.0.0] - 2021-02-22 +### Added +- G531GD led modes + # [3.0.0] - 2021-02-14 ### Changed - Write set+apply after each array in multizone diff --git a/Cargo.lock b/Cargo.lock index e5b0c77b..fb5effba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,7 +187,7 @@ dependencies = [ [[package]] name = "daemon" -version = "3.0.0" +version = "3.0.1" dependencies = [ "env_logger", "intel-pstate", diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 633845db..620fb01e 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daemon" -version = "3.0.0" +version = "3.0.1" license = "MPL-2.0" readme = "README.md" authors = ["Luke "]