Skip to content

Commit 3797294

Browse files
committed
doc: Update version/CHANGELOG for 0.11.6
1 parent a04933b commit 3797294

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 0.11.6 (2024-10-06)
2+
3+
## Features
4+
5+
- Move from objc to objc2
6+
- Now using an actually updated/maintained coreAPI library! Thanks madsmtm!
7+
- Implement CentralState for mac/linux/windows to tell when bluetooth is on/off
8+
- Thanks szymonlesisz!
9+
- Still needs Android impl.
10+
11+
## Bugfixes
12+
13+
- Make local_name on CoreBluetooth match that of Windows/Linux returns when possible.
14+
- Thanks yuyoyuppe!
15+
- Fix descriptor reading on CoreBluetooth
16+
- Thanks kovapatrik!
17+
- Fix one of the many, many NullPointerException issues in droidplug
18+
- Thanks blackspherefollower!
19+
- There are so many more though, esp when we don't have correct permissions on Android.
20+
121
# 0.11.5 (2024-01-10)
222

323
## Bugfixes

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.5"
3+
version = "0.11.6"
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)