diff --git a/Cargo.lock b/Cargo.lock index 75ccf9c..7b5bff2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1852,7 +1852,7 @@ dependencies = [ [[package]] name = "sway-de-utils" -version = "0.1.8" +version = "0.1.9" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index b987397..dd039e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-de-utils" -version = "0.1.8" +version = "0.1.9" authors = ["Penelope Gwen "] edition = "2024" license-file = "LICENSE.md" diff --git a/debian/changelog b/debian/changelog index 536c3af..4cac320 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sway-de-utils (0.1.9-1) unstable; urgency=medium + + * implement sdu profile list with json and dmenu modes + + -- Penelope Gwen Tue, 27 Jan 2026 10:47:13 -0800 + sway-de-utils (0.1.8-1) unstable; urgency=medium * (slightly) better error handling for power dialog absence