Skip to content

Commit

Permalink
Auto-merge for PR #71 via VersionBot
Browse files Browse the repository at this point in the history
Export publicly ConnectionState and DeviceState
  • Loading branch information
resin-io-modules-versionbot[bot] authored Jun 1, 2017
2 parents 083d347 + 6e0a03d commit e99b519
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.3.0 - 2017-06-01

* Export publicly ConnectionState and DeviceState [majorz]

## v0.2.4 - 2017-06-01

* Clean up clippy warnings [majorz]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "network_manager"
version = "0.2.4"
version = "0.3.0"
authors = ["Joseph Roberts <[email protected]>", "Zahari Petkov <[email protected]>"]

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ mod wifi;
mod ssid;

pub use manager::NetworkManager;
pub use connection::{Connection, ConnectionSettings};
pub use device::{Device, DeviceType};
pub use connection::{Connection, ConnectionSettings, ConnectionState};
pub use device::{Device, DeviceType, DeviceState};
pub use wifi::AccessPoint;

0 comments on commit e99b519

Please sign in to comment.