From 39f82bfa1772f736ec63573e39f0a80a831dacab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 01:43:15 +0000 Subject: [PATCH] chore: release v1.0.2 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"