Skip to content

Commit

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

## 0.6.1

- Fix a bug on MacOS/iOS where the event channels could be closed prematurely

## 0.6.0

- `Characteristic::write_without_response` now returns a `Result<()>`
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.0"
version = "0.6.1"
authors = ["Alex Moon"]
edition = "2021"
description = "A cross-platform Bluetooth Low Energy (BLE) library"
Expand Down

0 comments on commit af82625

Please sign in to comment.