Skip to content

Releases: rust-netlink/netlink-packet-utils

New release 0.6.0

02 Apr 05:35
Compare
Choose a tag to compare

Breaking changes

  • Changed DecodeError from struct to enum. (5e39d65)
  • Changed EncodeError from struct to enum. (0353682)
  • DecodeError and EncodeError is marked as non_exhaustive. (1e7454c)
  • Removed the use of anyhow. (5e39d65, 0353682)
  • Replaced paste with pastey. (8897cf0)

New features

Bug fixes

  • N/A

New release 0.5.2

28 Jan 07:47
v0.5.2
Compare
Choose a tag to compare

Breaking changes

  • N/A

New features

Bug fixes

  • N/A