We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7cf34 commit 8b771f8Copy full SHA for 8b771f8
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# 0.10.2 (2022-10-30)
2
+
3
+## Features
4
5
+- Implement Display on PeripheralId
6
7
+## Bugfixes
8
9
+- Fix issues with panics on device disconnect on macOS
10
11
# 0.10.1 (2022-09-23)
12
13
## Features
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "btleplug"
-version = "0.10.1"
+version = "0.10.2"
authors = ["Nonpolynomial, LLC <kyle@nonpolynomial.com>"]
license = "MIT/Apache-2.0/BSD-3-Clause"
repository = "https://github.com/deviceplug/btleplug"
0 commit comments