Skip to content

Commit 76fd795

Browse files
committed
doc: Update version/CHANGELOG for v0.9.1
1 parent ed92b69 commit 76fd795

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.9.1 (2022-01-12)
22

33
## Features
44

@@ -11,6 +11,7 @@
1111
for all peripherals which were already connected at the point that the event stream was requested.
1212
- `Central` methods on Linux will now correctly only affect the correct Bluetooth adapter, rather
1313
than all adapters on the system.
14+
- Filters are now supported for macOS, allowing the library to work on macOS >= 12.
1415

1516
# 0.9.0 (2021-10-20)
1617

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.0"
3+
version = "0.9.1"
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)