Release swayr 0.17.0 & swayrbar 0.0.1

main
Tassilo Horn 3 years ago
parent 59b5da7bdf
commit 3cf075fbbf
  1. 2
      Cargo.lock
  2. 2
      swayr/Cargo.toml
  3. 6
      swayr/NEWS.md
  4. 2
      swayrbar/Cargo.toml

2
Cargo.lock generated

@ -614,7 +614,7 @@ dependencies = [
[[package]] [[package]]
name = "swayr" name = "swayr"
version = "0.17.0-alpha.0" version = "0.17.0"
dependencies = [ dependencies = [
"clap", "clap",
"directories", "directories",

@ -1,6 +1,6 @@
[package] [package]
name = "swayr" name = "swayr"
version = "0.17.0-alpha.0" version = "0.17.0"
description = "A LRU window-switcher (and more) for the sway window manager" description = "A LRU window-switcher (and more) for the sway window manager"
homepage = "https://sr.ht/~tsdh/swayr/" homepage = "https://sr.ht/~tsdh/swayr/"
repository = "https://git.sr.ht/~tsdh/swayr" repository = "https://git.sr.ht/~tsdh/swayr"

@ -1,3 +1,9 @@
swayr v0.17.0
=============
- No user-visible changes but a major restructuring and refactoring in order to
share code between swayr and swayrbar.
swayr v0.16.0 swayr v0.16.0
============= =============

@ -2,7 +2,7 @@
name = "swayrbar" name = "swayrbar"
version = "0.0.1" version = "0.0.1"
edition = "2021" edition = "2021"
homepage = "https://sr.ht/~tsdh/swayr/" homepage = "https://sr.ht/~tsdh/swayr/#swayrbar"
repository = "https://git.sr.ht/~tsdh/swayr" repository = "https://git.sr.ht/~tsdh/swayr"
authors = ["Tassilo Horn <tsdh@gnu.org>"] authors = ["Tassilo Horn <tsdh@gnu.org>"]
license = "GPL-3.0+" license = "GPL-3.0+"

Loading…
Cancel
Save