From 14d160f3cac6239db219a3b809a2cfb1eaeb3325 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Jun 2024 05:52:30 +0000 Subject: [PATCH] chore(release): 0.2.3 [skip ci] ## [0.2.3](https://github.com/ShadowBlip/PowerStation/compare/v0.2.2...v0.2.3) (2024-06-18) ### Bug Fixes * **Dependencies:** Update cargo crates ([#10](https://github.com/ShadowBlip/PowerStation/issues/10)) ([f1ea9a8](https://github.com/ShadowBlip/PowerStation/commit/f1ea9a8fe59b9e34b51cd888fc8c973a523e8c81)) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1dac19d..44f1c69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "powerstation" -version = "0.2.2" +version = "0.2.3" edition = "2021" license = "GPL-3.0-or-later" description = "Daemon for controlling TDP and performance over DBus"