diff --git a/CHANGELOG.md b/CHANGELOG.md index 28205d0..494b75c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Next +## 0.1.3 + - Report errors more readably better when things fail + ## 0.1.2 - Remove silly Dockerfile in bundle - Add version to startup log diff --git a/Cargo.lock b/Cargo.lock index dba5dd9..49d03f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1240,7 +1240,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "wink-mqtt-rs" -version = "0.1.3-prerelease" +version = "0.1.3" dependencies = [ "async-channel", "clap", diff --git a/Cargo.toml b/Cargo.toml index ad2272a..3c155ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ cargo-features = ["strip"] [package] name = "wink-mqtt-rs" -version = "0.1.3-prerelease" +version = "0.1.3" authors = ["Mike Kaplinskiy "] edition = "2018" license = "CC-BY-4.0"