Skip to content

Commit

Permalink
Prepare homie-controller and homie-influx for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Jan 20, 2022
1 parent 0404dbb commit 3c880ef
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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 homie-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.5.0

### Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion homie-controller/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "homie-controller"
version = "0.4.0"
version = "0.5.0"
authors = ["Andrew Walbran <[email protected]>", "David Laban <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
6 changes: 6 additions & 0 deletions homie-influx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.5

### Bugfixes

- Handle reconnection to the MQTT broker without relying on a persistent session.

## 0.2.4

### Bugfixes
Expand Down
4 changes: 2 additions & 2 deletions homie-influx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "homie-influx"
version = "0.2.4"
version = "0.2.5"
authors = ["Andrew Walbran <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -13,7 +13,7 @@ categories = ["network-programming"]
color-backtrace = "0.5.1"
eyre = "0.6.5"
futures = "0.3.17"
homie-controller = { version = "0.4.0", path = "../homie-controller" }
homie-controller = { version = "0.5.0", path = "../homie-controller" }
influx_db_client = { version = "0.5.0", default-features = false, features = ["rustls-tls"] }
log = "0.4.14"
pretty_env_logger = "0.4.0"
Expand Down

0 comments on commit 3c880ef

Please sign in to comment.