Release version 0.5.0

This commit is contained in:
elkowar 2024-02-17 18:21:02 +01:00
parent 5b3dabf090
commit 387d344690
No known key found for this signature in database
GPG Key ID: 862BA3D7D7760F13
3 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,9 @@
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
- Remove `eww windows` command, replace with `eww active-windows` and `eww list-windows`

2
Cargo.lock generated
View File

@ -617,7 +617,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "eww"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"anyhow",
"bincode",

View File

@ -1,6 +1,6 @@
[package]
name = "eww"
version = "0.4.0"
version = "0.5.0"
authors = ["elkowar <5300871+elkowar@users.noreply.github.com>"]
description = "Widgets for everyone!"
license = "MIT"