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 ed92b69 commit 76fd795Copy full SHA for 76fd795
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# Unreleased
+# 0.9.1 (2022-01-12)
2
3
## Features
4
@@ -11,6 +11,7 @@
11
for all peripherals which were already connected at the point that the event stream was requested.
12
- `Central` methods on Linux will now correctly only affect the correct Bluetooth adapter, rather
13
than all adapters on the system.
14
+- Filters are now supported for macOS, allowing the library to work on macOS >= 12.
15
16
# 0.9.0 (2021-10-20)
17
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "btleplug"
-version = "0.9.0"
+version = "0.9.1"
authors = ["Nonpolynomial, LLC <[email protected]>"]
5
license = "MIT/Apache-2.0/BSD-3-Clause"
6
repository = "https://github.com/deviceplug/btleplug"
0 commit comments