diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b981c..a1e1629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.2](https://github.com/ac5307/roguauto/compare/v1.0.1...v1.0.2) - 2026-08-08 + +### Other + +- add configuration section + ## [1.0.1](https://github.com/ac5307/roguauto/compare/v1.0.0...v1.0.1) - 2026-08-07 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 6d5e31e..88d789c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1004,7 +1004,7 @@ dependencies = [ [[package]] name = "roguauto" -version = "1.0.1" +version = "1.0.2" dependencies = [ "clap", "cosmic-text", diff --git a/Cargo.toml b/Cargo.toml index ee316cb..02e35bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "roguauto" description = "A lightweight power menu for Wayland compositors supporting wlr-layer-shell." -version = "1.0.1" +version = "1.0.2" edition = "2024" license = "GPL-3.0-or-later" repository = "https://github.com/ac5307/roguauto"