File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.9.2 (2022-03-05)
2
+
3
+ ## Features
4
+
5
+ - UWP (Windows) devices now disconnect on drop or calls to disconnect
6
+ - Improve characteristic finding resilience on UWP (Windows)
7
+
8
+ ## Bugfixes
9
+
10
+ - Update to windows-rs 0.33
11
+ - Should fix issues with COM casting panics in older versions of windows
12
+ - Fix panic when multiple discovery calls are made on corebluetooth (macOS)
13
+ - Update Dashmap version to resolve RUSTSEC-2022-0002
14
+
1
15
# 0.9.1 (2022-01-12)
2
16
3
17
## Features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " btleplug"
3
- version = " 0.9.1 "
3
+ version = " 0.9.2 "
4
4
authors = [
" Nonpolynomial, LLC <[email protected] >" ]
5
5
license = " MIT/Apache-2.0/BSD-3-Clause"
6
6
repository = " https://github.com/deviceplug/btleplug"
You can’t perform that action at this time.
0 commit comments