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
+19
View File
@@ -0,0 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.3.0] - 2023-01-06
### Added
- this changelog :)
### Changed
- refactored the interface and internals a bit. In short, the library should no longer panic on any errors and should return a sane `Result` so it can be handled by the crate user.
- made methods `WolPacket::from_string` and `WolPacket::mac_to_byte` more flexible by making the `data` an `AsRef<str>`.
- `wakey-wake` no longer needs an `-m` or `--mac` flag. The adress is now a positional argument so just call the binary with the appropriate address.