1.1 KiB
1.1 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.4.1] - 2026-03-02
Changed
- Added link to the README in the changelog for better visibility.
[0.4.0] - 2026-03-02
Changed
-
Bumped Rust edition to 2024 and Rust version to 1.93.1
-
WolPacket::into_innernow hasmust_useattribute to prevent accidentally consuming the packet without using the inner data.
[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
Resultso it can be handled by the crate user. - made methods
WolPacket::from_stringandWolPacket::mac_to_bytemore flexible by making thedataanAsRef<str>. wakey-wakeno longer needs an-mor--macflag. The adress is now a positional argument so just call the binary with the appropriate address.