Skip to content

Commit 21947d6

Browse files
committed
doc: Update version/CHANGELOG for 0.9.2
1 parent f9ea29e commit 21947d6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
# 0.9.1 (2022-01-12)
216

317
## 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.9.1"
3+
version = "0.9.2"
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)