mirror of
https://gitlab.com/hyask/swaysome.git
synced 2025-12-10 07:44:43 +01:00
Release 2.3.1
* No changes in swaysome itself, only bugfixes in the tests to make them compatible with Debian's autopkgtest.
This commit is contained in:
parent
317e463da1
commit
343998a09d
3 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -187,7 +187,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|||
|
||||
[[package]]
|
||||
name = "swaysome"
|
||||
version = "2.3.0+git"
|
||||
version = "2.3.1"
|
||||
dependencies = [
|
||||
"assert-json-diff",
|
||||
"byteorder",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "swaysome"
|
||||
version = "2.3.0+git"
|
||||
version = "2.3.1"
|
||||
authors = ["Skia <skia@hya.sk>", "Nabos <nabos@glargh.fr>"]
|
||||
edition = "2021"
|
||||
description = "swaysome provides an awesome way to manage your multiple outputs with the sway windows manager"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH SWAYSOME "1" "Sep 2025" "2.3.0" "User Commands"
|
||||
.TH SWAYSOME "1" "Sep 2025" "2.3.1" "User Commands"
|
||||
.
|
||||
.
|
||||
.SH NAME
|
||||
|
|
@ -142,7 +142,7 @@ Print version
|
|||
.
|
||||
.
|
||||
.SH "VERSION"
|
||||
2.3.0
|
||||
2.3.1
|
||||
.
|
||||
.
|
||||
.SH "HOMEPAGE"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue