Release 2.0.0

This commit is contained in:
Skia 2023-03-03 17:13:46 +01:00
parent bc8ac73ddb
commit 7daf8ffd77
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -212,7 +212,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]] [[package]]
name = "swaysome" name = "swaysome"
version = "1.1.5" version = "2.0.0"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"clap", "clap",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "swaysome" name = "swaysome"
version = "1.1.5" version = "2.0.0"
authors = ["Skia <skia@hya.sk>", "Nabos <nabos@glargh.fr>"] authors = ["Skia <skia@hya.sk>", "Nabos <nabos@glargh.fr>"]
edition = "2021" edition = "2021"
description = "swaysome provides a different way to manage your multiple outputs with the sway windows manager" description = "swaysome provides a different way to manage your multiple outputs with the sway windows manager"

View file

@ -158,4 +158,4 @@ as usual.
## Breaking changes ## Breaking changes
* Starting with 1.1.6, `next_output` and `prev_output` have been changed to `next-output` and `prev-output`. * Starting with 2.0, `next_output` and `prev_output` have been changed to `next-output` and `prev-output`.