# Changelog
## [0.5.0] - 2026-08-18
### Breaking changes
 - Use latest rust-netlink crates. (7e272a4)

### New features
 - N/A

### Bug fixes
 - N/A

## [0.4.3] - 2026-08-16
### Breaking changes
 - N/A

### New features
 - N/A

### Bug fixes
 - Disable tests on big-endian targets. (1b80c3e)

## [0.4.2] - 2026-07-31
### Breaking changes
 - N/A

### New features
 - N/A

### Bug fixes
 - LICENSE: fix LICENSE-MIT. (862c3a5)
 - Simplify `use` statements for `base64` in examples. (6394c5a)

## [0.4.1] - 2026-07-25
### Breaking changes
 - N/A

### New features
 - N/A

### Bug fixes
 - Update base64 dev-dependency from v0.13 to v0.22. (738a579)
 - Update getrandom dev-dependency from v0.2 to v0.4. (38361c9)
 - Update env_logger dev-dependency from v0.10 to v0.11. (6188435)
 - Update pretty_assertions dev-dependency from v0.7 to v1. (6c6e7f8)
 - Remove leftover unused code. (3546e00)

## [0.4.0] - 2026-05-13
### Breaking changes
 - Changed `WireguardAttribute::Flags` from u32 to enum. (f860bde)
 - Changed `WireguardAllowedIpAttr::Flags` from u32 to enum. (f860bde)
 - Changed `WireguardPeerAttribute::Flags` from u32 to enum. (f860bde)

### New features
 - N/A

### Bug fixes
 - N/A

## [0.3.1] - 2026-05-08
### Breaking changes
 - N/A

### New features
 - N/A

### Bug fixes
 - Add license file. (d37a398)

## [0.3.0] - 2026-01-26
### Breaking changes
 - Rewrite to align with netlink-packet-route code style. (3067a39)
     - All netlink attribute are marked as `#[non_exhaustive]`.
     - Renamed `Wireguard` to `WireguardMessage`.
     - Renamed `WgDeviceAttrs` to `WireguardAttribute`.
     - Renamed `WgAllowedIp` to `WireguardAllowedIp`.
     - Renamed `WgPeerAttrs` to `WireguardPeer`.
     - Renamed `WgPeer` to `WireguardPeerAttribute`.
     - Will not expose any constants.
     - Changed the use of `std::time::SystemTime` to self-defined
       `WireguardTimeSpec`.
     - Do not raise error for unknown attribute but store in
       `Self::Other(DefaultNla)`.

### New features
 - N/A

### Bug fixes
 - N/A

## [0.2.4] - 2023-07-10
### Breaking changes
 - N/A

### New features
 - N/A

### Bug fixes
 - Use latest rust-netlink crates. (3f7e252)

## [0.2.3] - 2023-07-10
### Breaking changes
 - N/A

### New features
 - N/A

### Bug fixes
 - N/A
