Skip to content

Commit

Permalink
Release v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmoon committed Oct 6, 2024
1 parent 4cbbe81 commit a9acce9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.6.7

- Fix a panic on CoreBluetooth when parent object references become `nil`
- Add `unstable` and `l2cap` features
- (unstable) Add minimal Android platform support
- (unstable) Add support for L2CAP connection-oriented channels (Android only)

## 0.6.6

- Fix compilation on iOS
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.6"
version = "0.6.7"
authors = ["Alex Moon"]
edition = "2021"
description = "A cross-platform Bluetooth Low Energy (BLE) library"
Expand Down

0 comments on commit a9acce9

Please sign in to comment.