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.
- Remove unused VERSION file [Zahari Petkov]
- Switch repo type to
rust-module
to enable auto cargo versioning [Zahari Petkov]
- Add new AP security flags from NetworkManager [Zahari Petkov]
- Replace resin references with balena [maggie0002]
- Add missing NMDeviceTypes [maggie0002]
- Use Flowzone as a CI [Zahari Petkov]
- Examples: Replace env! with crate_version! #122 [Robert Vojta]
- Examples: CLI args parsing with clap crate #120 [Robert Vojta]
- Wifi: WPA-Enterprise support #119 [majorz]
- Expose
RequestScan
throughWiFiDevice::request_scan
#117 [majorz]
- NetworkManager::get_state uses incorrect D-Bus type #114 [majorz]
- Error handling with error-chain #110 [majorz]
- Incomplete NM80211ApFlags enumeration definitions #108 [majorz]
- Debug log level for expired D-Bus objects #104 [majorz]
- Update maintainers list #102 [majorz]
- Transitioning to CircleCI and running latest clippy and rustfmt #107 [majorz]
- Do not include clippy as an optional dependency #100 [majorz]
- Cargo keyword containing space #98 [majorz]
- Rename project to
network-manager
#96 [majorz]
- Fix clippy warnings about cloned Rc #94 [majorz]
- Lower log level on get property of expired D-Bus object path #92 [majorz]
- Expose Wi-Fi connection mode in ConnectionSettings [majorz]
- Fix clippy warnings about long literals [majorz]
- NetworkManager::get_connectivity fixed and added test [majorz]
- Export publicly Connectivity and ServiceState [majorz]
- Captive portal hotspot creation support [majorz]
- Expose connection type in ConnectionSettings [majorz]
- ASCII oriented SSID Debug formatting [majorz]
- Stripping patch version from dependencies and bitflags catch up [majorz]
- Keeping binary crates updated in Travis [majorz]
- VersionBot config update for automatic Cargo.toml version bump [majorz]
- Export publicly ConnectionState and DeviceState [majorz]
- Clean up clippy warnings [majorz]
- Treat clippy warnings as errors [majorz]
- Logging in critical places of the library [majorz]
- Custom rustfmt.toml settings for better auto-formatting [majorz]
- New public API (spec in #58) [majorz]
- Integrate versionbot