Prepare release v0.3 (#19)

* cleanup the wakey binary

* add changelog

* update versions

* update readme
This commit is contained in:
Hubert
2023-01-06 22:01:34 +01:00
committed by GitHub
parent 23f9a53a26
commit 0868354063
5 changed files with 41 additions and 23 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "wakey-wake"
version = "0.2.2"
version = "0.3.0"
authors = ["Hubert Bugaj<lesny.rumcajs@gmail.com>"]
edition = "2021"
@@ -14,4 +14,4 @@ categories = ["network-programming"]
[dependencies]
wakey = { path = "../wakey" }
clap = { version = "4.0.15", features = ["derive"] }
clap = { version = "4.0", features = ["derive"] }