-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update versions and prepare for releases.
- Loading branch information
Showing
13 changed files
with
146 additions
and
41 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Changelog | ||
|
||
## 0.1.0 | ||
|
||
First release of `btsensor`. This supports BTHome v1 and v2 (unencrypted), atc1441 format and pvvx | ||
custom format. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Changelog | ||
|
||
## 0.9.0 | ||
|
||
### Breaking changes | ||
|
||
- Updated to `rumqttc` 0.22. | ||
|
||
## 0.8.0 | ||
|
||
### Breaking changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
[package] | ||
name = "homie-controller" | ||
version = "0.8.0" | ||
authors = ["Andrew Walbran <[email protected]>", "David Laban <[email protected]>"] | ||
version = "0.9.0" | ||
authors = [ | ||
"Andrew Walbran <[email protected]>", | ||
"David Laban <[email protected]>", | ||
] | ||
edition = "2018" | ||
license = "MIT OR Apache-2.0" | ||
description = "A library for creating controllers to talk to devices implementing the Homie convention for MQTT." | ||
|
@@ -17,8 +20,13 @@ thiserror = "1.0.47" | |
[dev-dependencies] | ||
flume = "0.10.14" | ||
futures = "0.3.27" | ||
homie-device = { version = "0.8.0", path = "../homie-device" } | ||
homie-device = { version = "0.9.0", path = "../homie-device" } | ||
pretty_env_logger = "0.5.0" | ||
rumqttd = "0.13.0" | ||
rumqttlog = "0.9.0" | ||
tokio = { version = "1.32.0", features = ["macros", "rt", "rt-multi-thread", "time"] } | ||
tokio = { version = "1.32.0", features = [ | ||
"macros", | ||
"rt", | ||
"rt-multi-thread", | ||
"time", | ||
] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Changelog | ||
|
||
## 0.9.0 | ||
|
||
### Breaking changes | ||
|
||
- Updated to `rumqttc` 0.22. | ||
|
||
## 0.8.0 | ||
|
||
### Breaking changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
[package] | ||
name = "homie-device" | ||
version = "0.8.0" | ||
authors = ["Andrew Walbran <[email protected]>", "David Laban <[email protected]>"] | ||
version = "0.9.0" | ||
authors = [ | ||
"Andrew Walbran <[email protected]>", | ||
"David Laban <[email protected]>", | ||
] | ||
edition = "2018" | ||
license = "MIT OR Apache-2.0" | ||
description = "A library for creating devices implementing the Homie convention for MQTT." | ||
|
@@ -22,4 +25,9 @@ thiserror = "1.0.47" | |
[dev-dependencies] | ||
pretty_env_logger = "0.5.0" | ||
rand = "0.8.5" | ||
tokio = { version = "1.32.0", features = ["macros", "rt", "rt-multi-thread", "time"] } | ||
tokio = { version = "1.32.0", features = [ | ||
"macros", | ||
"rt", | ||
"rt-multi-thread", | ||
"time", | ||
] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Changelog | ||
|
||
## Unreleased | ||
## 0.2.7 | ||
|
||
### New features | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
[package] | ||
name = "mijia-homie" | ||
version = "0.2.6" | ||
authors = ["David Laban <[email protected]>", "Andrew Walbran <[email protected]>"] | ||
version = "0.2.7" | ||
authors = [ | ||
"David Laban <[email protected]>", | ||
"Andrew Walbran <[email protected]>", | ||
] | ||
edition = "2018" | ||
license = "MIT OR Apache-2.0" | ||
description = "Service to connect to Xiaomi Mijia 2 temperature/humidity sensors over Bluetooth and report their readings to an MQTT broker following the Homie convention." | ||
|
@@ -29,11 +32,13 @@ color-backtrace = "0.6.0" | |
eyre = "0.6.8" | ||
futures = "0.3.27" | ||
futures-channel = "0.3.28" | ||
homie-device = { version = "0.8.0", path = "../homie-device" } | ||
influx_db_client = { version = "0.5.1", default-features = false, features = ["rustls-tls"] } | ||
homie-device = { version = "0.9.0", path = "../homie-device" } | ||
influx_db_client = { version = "0.5.1", default-features = false, features = [ | ||
"rustls-tls", | ||
] } | ||
itertools = "0.11.0" | ||
log = "0.4.20" | ||
mijia = { version = "0.7.0", path = "../mijia" } | ||
mijia = { version = "0.7.1", path = "../mijia" } | ||
pretty_env_logger = "0.5.0" | ||
rumqttc = "0.22.0" | ||
rustls = "0.21.7" | ||
|
@@ -52,12 +57,36 @@ section = "net" | |
maintainer-scripts = "debian-scripts" | ||
conf-files = ["/etc/mijia-homie/mijia-homie.toml"] | ||
assets = [ | ||
["target/release/mijia-history-influx", "usr/bin/", "755"], | ||
["target/release/mijia-homie", "usr/bin/", "755"], | ||
["target/release/mijia-names", "usr/bin/", "755"], | ||
["mijia-homie.example.toml", "etc/mijia-homie/mijia-homie.toml", "640"], | ||
["mijia-history-influx.example.toml", "etc/mijia-homie/mijia-history-influx.toml", "640"], | ||
["README.md", "usr/share/doc/mijia-homie/", "644"], | ||
[ | ||
"target/release/mijia-history-influx", | ||
"usr/bin/", | ||
"755", | ||
], | ||
[ | ||
"target/release/mijia-homie", | ||
"usr/bin/", | ||
"755", | ||
], | ||
[ | ||
"target/release/mijia-names", | ||
"usr/bin/", | ||
"755", | ||
], | ||
[ | ||
"mijia-homie.example.toml", | ||
"etc/mijia-homie/mijia-homie.toml", | ||
"640", | ||
], | ||
[ | ||
"mijia-history-influx.example.toml", | ||
"etc/mijia-homie/mijia-history-influx.toml", | ||
"640", | ||
], | ||
[ | ||
"README.md", | ||
"usr/share/doc/mijia-homie/", | ||
"644", | ||
], | ||
] | ||
|
||
# This section needs to be here even if it's empty, for the systemd integration to work. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
[package] | ||
name = "mijia" | ||
version = "0.7.0" | ||
authors = ["Luis Félix <[email protected]>", "Andrew Walbran <[email protected]>", "David Laban <[email protected]>"] | ||
version = "0.7.1" | ||
authors = [ | ||
"Luis Félix <[email protected]>", | ||
"Andrew Walbran <[email protected]>", | ||
"David Laban <[email protected]>", | ||
] | ||
edition = "2018" | ||
license = "MIT OR Apache-2.0" | ||
description = "A library for connecting to Xiaomi Mijia 2 Bluetooth temperature/humidity sensors." | ||
|
@@ -23,4 +27,9 @@ backoff = { version = "0.4.0", features = ["tokio"] } | |
chrono = "0.4.28" | ||
eyre = "0.6.8" | ||
pretty_env_logger = "0.5.0" | ||
tokio = { version = "1.32.0", features = ["macros", "rt", "rt-multi-thread", "time"] } | ||
tokio = { version = "1.32.0", features = [ | ||
"macros", | ||
"rt", | ||
"rt-multi-thread", | ||
"time", | ||
] } |