Releases: gluxon/wireguard-uapi-rs
Releases · gluxon/wireguard-uapi-rs
v3.0.1
v3.0.0
What's Changed
- Add derive Clone for linux::set::AllowedIp by @xtexChooser in #27
- Update to Neli 0.5.3 by @ernestask in #21
- update neli to 0.6.3 by @phi-gamma in #26
New Contributors
- @xtexChooser made their first contribution in #27
- @phi-gamma made their first contribution in #26
Full Changelog: v2.0.5...v3.0.0
v3.0.0-rc1
What's Changed
- Add derive Clone for linux::set::AllowedIp by @xtexChooser in #27
- Update to Neli 0.5.3 by @ernestask in #21
- update neli to 0.6.3 by @phi-gamma in #26
New Contributors
- @xtexChooser made their first contribution in #27
- @phi-gamma made their first contribution in #26
Full Changelog: v2.0.5...v3.0.0-rc1
v2.0.5
What's Changed
- xplatform: Make parser module public by @ernestask in #23
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- xplatform: Move Client to separate module by @ernestask in #20
- xplatform: set: peer: Add chainable setters to Peer by @ernestask in #19
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Cargo: update derive_builder by @returntoreality in #16
- linux: set: peer: Add UpdateOnly flag by @ernestask in #18
New Contributors
- @ernestask made their first contribution in #18
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- cargo: update dependencies by @returntoreality in #15
- Set codecov to informational mode and disable pull request comments by @gluxon in #17
New Contributors
- @returntoreality made their first contribution in #15
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
This version adds a cross-platform userspace client enabled by the xplatform feature flag.
The existing Linux-specific API had its implementation moved around a bit, but should be identical to v1.0.5 due to re-exports. The major version was bumped regardless out of caution.
A future release will contain some real API breaks to clean up the exports.