Skip to content

Commit

Permalink
Increment version number and prepare changelog for releasing bluez-as…
Browse files Browse the repository at this point in the history
…ync.
  • Loading branch information
qwandor committed Feb 6, 2021
1 parent cdedfa6 commit 5e2aafd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

7 changes: 6 additions & 1 deletion bluez-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.2.1

### New features

Expand All @@ -9,6 +9,11 @@
- Added support for reading and writing characteristics and descriptors from a given offset, and
explicitly specifying what type of write operation to use.

### Other changes

- Wait for service discovery to complete before returning from `connect`. This should avoid errors
when trying to look up services on a device immediately after connecting to it.

## 0.2.0

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion bluez-async/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bluez-async"
version = "0.2.0"
version = "0.2.1"
authors = ["Andrew Walbran <[email protected]>", "David Laban <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion mijia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["ble", "bluetooth", "humidity", "temperature"]
categories = ["hardware-support"]

[dependencies]
bluez-async = { version = "0.2.0", path = "../bluez-async" }
bluez-async = { version = "0.2.1", path = "../bluez-async" }
futures = "0.3.8"
log = "0.4.11"
thiserror = "1.0.23"
Expand Down

0 comments on commit 5e2aafd

Please sign in to comment.