From ad1b7ad7a14863dfebe6d907a6ce598f7b6ef614 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Jan 2025 23:42:41 +0000 Subject: [PATCH] chore(release): 0.4.2 [skip ci] ## [0.4.2](https://github.com/ShadowBlip/PowerStation/compare/v0.4.1...v0.4.2) (2025-01-02) ### Bug Fixes * **ARM:** exclude ryzenadj if running on non-x86_64 hardware ([4ae9696](https://github.com/ShadowBlip/PowerStation/commit/4ae9696979113fe2c22099407db53dc615bf6334)) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01425b9..caad459 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1223,7 +1223,7 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "powerstation" -version = "0.4.1" +version = "0.4.2" dependencies = [ "libryzenadj", "log", diff --git a/Cargo.toml b/Cargo.toml index 73a5671..1fa6b14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "powerstation" -version = "0.4.1" +version = "0.4.2" edition = "2021" license = "GPL-3.0-or-later" description = "Daemon for controlling TDP and performance over DBus"