We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a2731 commit 9537a23Copy full SHA for 9537a23
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# 0.11.4 (2024-01-01)
2
+
3
+## Bugfixes
4
5
+- Fix issue with manufacturer data not being consistently found on windows
6
+- Fix UUID used for finding characteristics on windows
7
+- Peripheral connection failure now returns an error
8
+- Peripheral service discovery failure now returns an error
9
10
# 0.11.3 (2023-11-18)
11
12
## Bugfixes
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "btleplug"
-version = "0.11.3"
+version = "0.11.4"
authors = ["Nonpolynomial, LLC <kyle@nonpolynomial.com>"]
license = "MIT/Apache-2.0/BSD-3-Clause"
repository = "https://github.com/deviceplug/btleplug"
0 commit comments