Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmoon committed Sep 19, 2023
1 parent 68f5c93 commit 82e79f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.6.0

- `Characteristic::write_without_response` now returns a `Result<()>`
- Added `Send + Unpin` constraints to returned `impl Stream` values
- Reduced the number and weight of dependencies
- Removed static `bluer` session on Linux. Each `Adapter` now starts its own
session.

## 0.5.7

- Fix Windows compilation error
Expand Down

0 comments on commit 82e79f5

Please sign in to comment.