Skip to content

Commit 3986b66

Browse files
authored
Release 0.1.4 (#20)
* Release 0.1.4 * the lockfile
1 parent 4ff37f7 commit 3986b66

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Next
2+
3+
4+
## 0.1.4
25
- Add support for older version of firmware that doesn't report Gang data.
36
- Add support for STRING-based properties & discovery of STRING-based On_Off switches.
47
- Add support for UInt16/32-based properties in parsing.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cargo-features = ["strip"]
22

33
[package]
44
name = "wink-mqtt-rs"
5-
version = "0.1.4-prerelease"
5+
version = "0.1.4"
66
authors = ["Mike Kaplinskiy <[email protected]>"]
77
edition = "2018"
88
license = "CC-BY-4.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can configure more options by editing the `/opt/wink-mqtt-rs/config` file af
2020

2121
## Usage
2222
```bash
23-
wink-mqtt-rs 0.1.3
23+
wink-mqtt-rs 0.1.4
2424
Mike Kaplinskiy <[email protected]>
2525
wink hub v1 mqtt bridge
2626

0 commit comments

Comments
 (0)