From 5779246d1f42d8e0517e4a4f43f774e88f7af2a7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 8 Dec 2024 19:45:10 +0000 Subject: [PATCH] chore(release): 0.3.1 [skip ci] ## [0.3.1](https://github.com/ShadowBlip/PowerStation/compare/v0.3.0...v0.3.1) (2024-12-08) ### Bug Fixes * **TDP:** fix typo 'PowerProfilesAvaialable' in dbus interface ([cbc2c28](https://github.com/ShadowBlip/PowerStation/commit/cbc2c285003fe83ee14c639972f1ed58b27b890d)) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f7944a..d58edf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "powerstation" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "GPL-3.0-or-later" description = "Daemon for controlling TDP and performance over DBus"