# Change Log All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). ## v0.11.2 - 2018-07-05 * Examples: Replace env! with crate_version! #122 [Robert Vojta] ## v0.11.1 - 2018-07-04 * Examples: CLI args parsing with clap crate #120 [Robert Vojta] ## v0.11.0 - 2018-06-28 * Wifi: WPA-Enterprise support #119 [majorz] ## v0.10.0 - 2018-03-14 * Expose `RequestScan` through `WiFiDevice::request_scan` #117 [majorz] ## v0.9.1 - 2018-03-06 * NetworkManager::get_state uses incorrect D-Bus type #114 [majorz] ## v0.9.0 - 2018-02-15 * Error handling with error-chain #110 [majorz] ## v0.8.6 - 2018-01-10 * Incomplete NM80211ApFlags enumeration definitions #108 [majorz] ## v0.8.5 - 2018-01-10 * Debug log level for expired D-Bus objects #104 [majorz] ## v0.8.4 - 2018-01-10 * Update maintainers list #102 [majorz] ## v0.8.3 - 2018-01-10 * Transitioning to CircleCI and running latest clippy and rustfmt #107 [majorz] ## v0.8.2 - 2017-10-20 * Do not include clippy as an optional dependency #100 [majorz] ## v0.8.1 - 2017-10-20 * Cargo keyword containing space #98 [majorz] ## v0.8.0 - 2017-10-20 * Rename project to `network-manager` #96 [majorz] ## v0.7.2 - 2017-10-20 * Fix clippy warnings about cloned Rc #94 [majorz] ## v0.7.1 - 2017-08-08 * Lower log level on get property of expired D-Bus object path #92 [majorz] ## v0.7.0 - 2017-08-07 * Expose Wi-Fi connection mode in ConnectionSettings [majorz] ## v0.6.3 - 2017-08-02 * Fix clippy warnings about long literals [majorz] ## v0.6.2 - 2017-07-04 * NetworkManager::get_connectivity fixed and added test [majorz] ## v0.6.1 - 2017-07-04 * Export publicly Connectivity and ServiceState [majorz] ## v0.6.0 - 2017-06-26 * Captive portal hotspot creation support [majorz] ## v0.5.0 - 2017-06-15 * Expose connection type in ConnectionSettings [majorz] ## v0.4.0 - 2017-06-15 * ASCII oriented SSID Debug formatting [majorz] ## v0.3.3 - 2017-06-15 * Stripping patch version from dependencies and bitflags catch up [majorz] ## v0.3.2 - 2017-06-15 * Keeping binary crates updated in Travis [majorz] ## v0.3.1 - 2017-06-15 * VersionBot config update for automatic Cargo.toml version bump [majorz] ## v0.3.0 - 2017-06-01 * Export publicly ConnectionState and DeviceState [majorz] ## v0.2.4 - 2017-06-01 * Clean up clippy warnings [majorz] ## v0.2.3 - 2017-05-31 * Treat clippy warnings as errors [majorz] ## v0.2.2 - 2017-05-30 * Logging in critical places of the library [majorz] ## v0.2.1 - 2017-05-30 * Custom rustfmt.toml settings for better auto-formatting [majorz] ## v0.2.0 - 2017-05-23 * New public API (spec in #58) [majorz] ## v0.1.0 2017-04-26 * Integrate versionbot