Skip to content

Releases: gluxon/wireguard-uapi-rs

v3.0.1

10 May 20:25
ac86a5e

Choose a tag to compare

What's Changed

  • Loosen dependency on neli to ^0.6.3 by @gluxon in #33

Full Changelog: v3.0.0...v3.0.1

v3.0.0

23 Apr 19:22
0ead7b4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.5...v3.0.0

v3.0.0-rc1

14 Jan 20:50
becdb0d

Choose a tag to compare

v3.0.0-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.5...v3.0.0-rc1

v2.0.5

06 May 04:43
ac5b713

Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.0.5

v2.0.4

02 May 03:25
44caae2

Choose a tag to compare

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

26 Apr 19:55
f08214f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

25 Dec 17:39
v2.0.2
96a988a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

15 Mar 07:01
v2.0.1
b3d9b42

Choose a tag to compare

  • The docs.rs page now builds with the xplatform feature flag. There are no code changes in this release from v2.0.0.

v2.0.0

15 Mar 07:00
v2.0.0
4a740a9

Choose a tag to compare

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.

v1.0.1

01 Jan 21:38
1bb2a1c

Choose a tag to compare

  • Update libc and use new IFLA_INFO_KIND IFLA_LINKINFO constants instead of hard-coding.