Skip to content

Commit

Permalink
Increment version number for releasing bluez-async crate.
Browse files Browse the repository at this point in the history
Also add changelog.
  • Loading branch information
qwandor committed Jan 25, 2021
1 parent 91247e9 commit ea6a2eb
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 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.

25 changes: 25 additions & 0 deletions bluez-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

## [0.2.0] — 2021-01-25
### Breaking changes
- Added new `DeviceEvent` variant for manufacturer-specific data updates.

### New features
- Added method to stop discovery.
- Added method to set discovery filters when starting discovery.
- Added manufacturer-specific data to `DeviceInfo`.

### Other changes
- Added example to log readings from RuuviTag sensors.

## [0.1.1] — 2021-01-14
### New features
- Added more properties to `DeviceInfo`, including service UUIDs.

### Other changes
- Added more documentation.
- Added example to list all devices.

## [0.1.0] — 2021-01-08

Initial release.
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.1.1"
version = "0.2.0"
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.1.1", path = "../bluez-async" }
bluez-async = { version = "0.2.0", path = "../bluez-async" }
futures = "0.3.8"
log = "0.4.11"
thiserror = "1.0.23"
Expand Down

0 comments on commit ea6a2eb

Please sign in to comment.