Skip to content

Commit

Permalink
Release 0.1.4 (#20)
Browse files Browse the repository at this point in the history
* Release 0.1.4

* the lockfile
  • Loading branch information
mikekap committed Dec 13, 2020
1 parent 4ff37f7 commit 3986b66
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Next


## 0.1.4
- Add support for older version of firmware that doesn't report Gang data.
- Add support for STRING-based properties & discovery of STRING-based On_Off switches.
- Add support for UInt16/32-based properties in parsing.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cargo-features = ["strip"]

[package]
name = "wink-mqtt-rs"
version = "0.1.4-prerelease"
version = "0.1.4"
authors = ["Mike Kaplinskiy <mike.kaplinskiy@gmail.com>"]
edition = "2018"
license = "CC-BY-4.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can configure more options by editing the `/opt/wink-mqtt-rs/config` file af

## Usage
```bash
wink-mqtt-rs 0.1.3
wink-mqtt-rs 0.1.4
Mike Kaplinskiy <mike.kaplinskiy@gmail.com>
wink hub v1 mqtt bridge

Expand Down

0 comments on commit 3986b66

Please sign in to comment.