Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
Release new versions of homie-controller, homie-device, homie-influx,
mijia and mijia-homie.
  • Loading branch information
qwandor committed Jan 18, 2023
1 parent b8f567d commit c427f00
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 16 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.

4 changes: 2 additions & 2 deletions applehat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ categories = ["network-programming"]
color-backtrace = "0.5.1"
eyre = "0.6.8"
futures = "0.3.25"
homie-controller = { version = "0.7.0", path = "../homie-controller" }
homie-device = { version = "0.7.0", path = "../homie-device" }
homie-controller = { version = "0.8.0", path = "../homie-controller" }
homie-device = { version = "0.8.0", path = "../homie-device" }
log = "0.4.17"
pretty_env_logger = "0.4.0"
rainbow-hat-rs = "0.2.1"
Expand Down
6 changes: 6 additions & 0 deletions homie-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.8.0

### Breaking changes

- Updated to `rumqttc` 0.20.

## 0.7.0

### Breaking changes
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.7.0"
version = "0.8.0"
authors = ["Andrew Walbran <qwandor@google.com>", "David Laban <alsuren@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -17,7 +17,7 @@ thiserror = "1.0.38"
[dev-dependencies]
flume = "0.10.14"
futures = "0.3.25"
homie-device = { version = "0.7.0", path = "../homie-device" }
homie-device = { version = "0.8.0", path = "../homie-device" }
pretty_env_logger = "0.4.0"
rumqttd = "0.12.2"
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.8.0

### Breaking changes

- Updated to `rumqttc` 0.20.

## 0.7.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.7.0"
version = "0.8.0"
authors = ["Andrew Walbran <qwandor@google.com>", "David Laban <alsuren@gmail.com>"]
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.9

### Other changes

- Updated dependencies.

## 0.2.8

### Other changes
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.8"
version = "0.2.9"
authors = ["Andrew Walbran <qwandor@google.com>"]
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.25"
homie-controller = { version = "0.7.0", path = "../homie-controller" }
homie-controller = { version = "0.8.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.6

### Other changes

- Updated dependencies.

## 0.2.5

### Other changes
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.5"
version = "0.2.6"
authors = ["David Laban <alsuren@gmail.com>", "Andrew Walbran <qwandor@google.com>"]
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.25"
futures-channel = "0.3.25"
homie-device = { version = "0.7.0", path = "../homie-device" }
homie-device = { version = "0.8.0", path = "../homie-device" }
influx_db_client = { version = "0.5.1", default-features = false, features = ["rustls-tls"] }
itertools = "0.10.5"
log = "0.4.17"
mijia = { version = "0.6.0", path = "../mijia" }
mijia = { version = "0.7.0", path = "../mijia" }
pretty_env_logger = "0.4.0"
rumqttc = "0.20.0"
rustls = "0.20.8"
Expand Down
6 changes: 6 additions & 0 deletions mijia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.7.0

### Breaking changes

- Updated to `bluez-async` 0.7.0.

## 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.6.0"
version = "0.7.0"
authors = ["Luis Félix <lcs.felix@gmail.com>", "Andrew Walbran <qwandor@google.com>", "David Laban <alsuren@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit c427f00

Please sign in to comment.