Skip to content

Commit 0d0c694

Browse files
committed
doc: Update version/CHANGELOG for 0.11.7
1 parent a29e8a7 commit 0d0c694

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 0.11.7 (2024-12-21)
2+
3+
## Features
4+
5+
- Deserialize BDAddr from non-borrowed strings
6+
- Thanks icewind1991, ekuinox!
7+
- Add support for Extended Advertising on Android
8+
- Thanks Jakouf!
9+
10+
## Bugfixes
11+
12+
- Call GetDefaultAdapter() instead of GetAdapter() on Android
13+
- Use BluetoothCacheMode::Uncached for services fetching on windows
14+
- This *may* cause issues with connection times, we'll see how it works out
15+
- Characteristics with duplicate UUIDs (but differing handles) no longer overwrite each other
16+
- Thanks blackspherefollower!
17+
- CoreBluetooth now fulfills all open characteristic futures on disconnect
18+
- Thanks szymonlesisz!
19+
120
# 0.11.6 (2024-10-06)
221

322
## Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "btleplug"
3-
version = "0.11.6"
3+
version = "0.11.7"
44
authors = ["Nonpolynomial, LLC <[email protected]>"]
55
license = "MIT/Apache-2.0/BSD-3-Clause"
66
repository = "https://github.com/deviceplug/btleplug"

0 commit comments

Comments
 (0)