Skip to content

Commit

Permalink
Release v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmoon committed Sep 23, 2023
1 parent 5d5208b commit b507d07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.6.3

- Add `ServicesChanged::was_invalidated` method to check if a particular service
was invalidated by a service changed indication

## 0.6.2

- Add `Device::service_changed_indications` to get a stream of service changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bluest"
version = "0.6.2"
version = "0.6.3"
authors = ["Alex Moon"]
edition = "2021"
description = "A cross-platform Bluetooth Low Energy (BLE) library"
Expand Down

0 comments on commit b507d07

Please sign in to comment.