diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fdfd4a..fd74c2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1] - 2024-12-13 + ### Fixed - Fix upower service startup fail in case of missing `org.freedesktop.UPower.PowerProfiles` dbus interface diff --git a/Cargo.lock b/Cargo.lock index 08ce4d4..e243d46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "ashell" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 20c4550..266a2d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ashell" description = "Barely customizable Wayland status bar for Hyprland compositor." homepage = "https://github.com/MalpenZibo/ashell" -version = "0.3.0" +version = "0.3.1" edition = "2021" rust-version = "1.81"