From 9aa332de3b8afc425dd955aca978f6a614e1305b Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Fri, 15 Dec 2023 11:48:58 +1300 Subject: [PATCH] New release --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28c04721..77fcbaec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v5.0.1] ### Changed - Fix setting next fan profile - Fix the assud.service diff --git a/Cargo.toml b/Cargo.toml index d39ba703..b7945cdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ default-members = ["asusctl", "asusd", "asusd-user", "cpuctl", "rog-control-cent resolver = "2" [workspace.package] -version = "5.0.0" +version = "5.0.1" [workspace.dependencies] async-trait = "^0.1"