os-interface 0.2.1

Interface to retrieve OS information.
Documentation
<a name="v0.2.1"></a>
## v0.2.1 (2025-12-30)

#### Improvements

* Changed Rust edition to 2021 and lowered the Rust version from 1.85.1 to 1.63.0.

<a name="v0.2.0"></a>
## v0.2.0 (2025-12-29)

#### Features

* Implement `local_ipv4_addresses` which retrieves local IPv4 addresses.

* Implement `local_ipv6_addresses` which retrieves local IPv6 addresses.

* Renamed `get_network_interfaces` to `network_interfaces`.

* Renamed `get_hostname` to `hostname`.

<a name="v0.1.0"></a>
## v0.1.0 (2025-12-23)

#### Features

* Implement `get_network_interfaces` which retrieves network interfaces with
mac addresses and flags.

* Implement `get_hostname` which retrieves the computers hostname.