Skip to content

Commit

Permalink
Update version numbers for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Jun 15, 2022
1 parent db80ca3 commit 8ec86e5
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

7 changes: 7 additions & 0 deletions homie-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.6.0

### Breaking changes

- Updated to `rumqttc` 0.12.

## 0.5.1

### Bugfixes
Expand All @@ -15,6 +21,7 @@
API. If the MQTT connection is dropped and reconnected the necessary subscriptions will
automatically be set up again, without the need for a persistent session.
- Added new `Event::Connected`.
- Updated to `rumqttc` 0.10.

## 0.4.0

Expand Down
4 changes: 2 additions & 2 deletions homie-controller/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "homie-controller"
version = "0.5.1"
version = "0.6.0"
authors = ["Andrew Walbran <[email protected]>", "David Laban <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -17,7 +17,7 @@ thiserror = "1.0.31"
[dev-dependencies]
async-channel = "1.6.1"
futures = "0.3.21"
homie-device = { version = "0.6.0", path = "../homie-device" }
homie-device = { version = "0.7.0", path = "../homie-device" }
pretty_env_logger = "0.4.0"
rumqttd = "0.11.0"
rumqttlog = "0.9.0"
Expand Down
6 changes: 6 additions & 0 deletions homie-device/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.7.0

### Breaking changes

- Updated to `rumqttc` 0.12.

## 0.6.0

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion homie-device/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "homie-device"
version = "0.6.0"
version = "0.7.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.7

### Other changes

- Updated dependencies.

## 0.2.6

### 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.6"
version = "0.2.7"
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.8"
futures = "0.3.21"
homie-controller = { version = "0.5.1", path = "../homie-controller" }
homie-controller = { version = "0.6.0", path = "../homie-controller" }
influx_db_client = { version = "0.5.1", default-features = false, features = ["rustls-tls"] }
log = "0.4.17"
pretty_env_logger = "0.4.0"
Expand Down
6 changes: 6 additions & 0 deletions mijia-homie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.5

### Other changes

- Updated dependencies.

## 0.2.4

### Bug fixes
Expand Down
6 changes: 3 additions & 3 deletions mijia-homie/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mijia-homie"
version = "0.2.4"
version = "0.2.5"
authors = ["David Laban <[email protected]>", "Andrew Walbran <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -28,11 +28,11 @@ color-backtrace = "0.5.1"
eyre = "0.6.8"
futures = "0.3.21"
futures-channel = "0.3.21"
homie-device = { version = "0.6.0", path = "../homie-device" }
homie-device = { version = "0.7.0", path = "../homie-device" }
influx_db_client = { version = "0.5.1", default-features = false, features = ["rustls-tls"] }
itertools = "0.10.3"
log = "0.4.17"
mijia = { version = "0.5.0", path = "../mijia" }
mijia = { version = "0.6.0", path = "../mijia" }
pretty_env_logger = "0.4.0"
rumqttc = "0.12.0"
rustls = "0.20.6"
Expand Down
2 changes: 1 addition & 1 deletion mijia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.6.0

### Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion mijia/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mijia"
version = "0.5.0"
version = "0.6.0"
authors = ["Luis Félix <[email protected]>", "Andrew Walbran <[email protected]>", "David Laban <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 8ec86e5

Please sign in to comment.