What's Changed
- Using windows-sys instead winapi by @akahan in #15
- Drop rand dependency in favor of getrandom by @TroyNeubauer in #16
- Allow creating routes with custom metric by @danielstuart14 in #18
- Saner error handling by @TroyNeubauer in #17
Breaking Changes
- Any function taking in a
wireguard_nt_raw::wireguard
, a newtype wrapperwireguard_nt::Wireguard
is used instead - Any function previously returning an
Result<_, Box<dyn std::error::Error>>
, a proper error type is now used across this crate
New Contributors
- @akahan made their first contribution in #15
- @danielstuart14 made their first contribution in #18
Full Changelog: v0.4.0...v0.5.0