Skip to content

Commit

Permalink
Update mijia and mijia-homie version numbers for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Feb 28, 2021
1 parent a5e2ded commit 5726839
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 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 mijia-homie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.2.3

### New features

Expand Down
4 changes: 2 additions & 2 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.2"
version = "0.2.3"
authors = ["David Laban <[email protected]>", "Andrew Walbran <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -32,7 +32,7 @@ homie-device = { version = "0.4.0", path = "../homie-device" }
influx_db_client = { version = "0.5.0", default-features = false, features = ["rustls-tls"] }
itertools = "0.10.0"
log = "0.4.11"
mijia = { version = "0.3.1", path = "../mijia" }
mijia = { version = "0.4.0", path = "../mijia" }
pretty_env_logger = "0.4.0"
rumqttc = "0.4.0"
rustls = "0.19.0"
Expand Down
7 changes: 6 additions & 1 deletion mijia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Changelog

## Unreleased
## 0.4.0

### Breaking changes

- Updated to `bluez-async` 0.3.0.

### New features

- Added event for new sensor being discovered.
- Added `SignedDuration` type for conveniently comparing `SystemTime`s.
- Added example to fix clocks of sensors.

## 0.3.1

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.3.1"
version = "0.4.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 5726839

Please sign in to comment.