Release version 0.5.0
This commit is contained in:
parent
5b3dabf090
commit
387d344690
3 changed files with 4 additions and 3 deletions
|
@ -2,8 +2,9 @@
|
||||||
|
|
||||||
All notable changes to eww will be listed here, starting at changes since version 0.2.0.
|
All notable changes to eww will be listed here, starting at changes since version 0.2.0.
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.5.0] (17.02.2024)
|
||||||
|
|
||||||
### BREAKING CHANGES
|
### BREAKING CHANGES
|
||||||
- Remove `eww windows` command, replace with `eww active-windows` and `eww list-windows`
|
- Remove `eww windows` command, replace with `eww active-windows` and `eww list-windows`
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -617,7 +617,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "eww"
|
name = "eww"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bincode",
|
"bincode",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "eww"
|
name = "eww"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
authors = ["elkowar <5300871+elkowar@users.noreply.github.com>"]
|
authors = ["elkowar <5300871+elkowar@users.noreply.github.com>"]
|
||||||
description = "Widgets for everyone!"
|
description = "Widgets for everyone!"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue