From 351cb5dd66fb2ab723cbd72dd3f5cbfde066d343 Mon Sep 17 00:00:00 2001 From: Skia Date: Mon, 1 Sep 2025 23:42:21 +0200 Subject: [PATCH] Release version 2.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added some tests, and discovered some bugs along the way * Fixed those afformentioned bugs 🎉 * Some codebase rework, needed to add the afformentioned tests --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- swaysome.1 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 303275c..a987363 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "anstream" @@ -187,7 +187,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "swaysome" -version = "2.1.2" +version = "2.3.0" dependencies = [ "assert-json-diff", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 67c84d9..ba46969 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swaysome" -version = "2.1.2" +version = "2.3.0" authors = ["Skia ", "Nabos "] edition = "2021" description = "swaysome provides an awesome way to manage your multiple outputs with the sway windows manager" diff --git a/swaysome.1 b/swaysome.1 index 432bd46..202f419 100644 --- a/swaysome.1 +++ b/swaysome.1 @@ -1,4 +1,4 @@ -.TH SWAYSOME "1" "Feb 2024" "2.1.2" "User Commands" +.TH SWAYSOME "1" "Sep 2025" "2.3.0" "User Commands" . . .SH NAME @@ -142,7 +142,7 @@ Print version . . .SH "VERSION" -2.1.2 +2.3.0 . . .SH "HOMEPAGE"