Skip to content

Commit

Permalink
doc: Update Version/CHANGELOG/ReadMe for v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Jul 5, 2023
1 parent 5c2e1de commit 8c6d4c5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 0.11.0 (2023-07-04)

## Features

- Add scan filtering for android and windows
- Implement serde Serialize/Deserliaze for PeripheralProperties, ScannFilter (#310, #314)
- Add device class to properties (#319)
- Add descriptor discovery and read/write across all platforms (#316)

## Bugfixes

- Update RSSI w/ advertisements on CoreBluetooth (#306)
- Fix issues with various unhandled exceptions on Android (#311)

# 0.10.5 (2023-04-13)

## Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "btleplug"
version = "0.10.5"
version = "0.11.0"
authors = ["Nonpolynomial, LLC <[email protected]>"]
license = "MIT/Apache-2.0/BSD-3-Clause"
repository = "https://github.com/deviceplug/btleplug"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ support.
| Discover Devices | X | X | X | X |
| └ Discover Services | X | X | X | X |
| └ Discover Characteristics | X | X | X | X |
| └ Discover Descriptors | | | | |
| └ Discover Descriptors | X | X | X | X |
| └ Discover Name | X | X | X | X |
| └ Discover Manufacturer Data | X | X | X | X |
| └ Discover Service Data | X | X | X | X |
Expand All @@ -62,8 +62,8 @@ support.
| Subscribe to Characteristic | X | X | X | X |
| Unsubscribe from Characteristic | X | X | X | X |
| Get Characteristic Notification Event | X | X | X | X |
| Read Descriptor | | | | |
| Write Descriptor | | | | |
| Read Descriptor | X | X | X | X |
| Write Descriptor | X | X | X | X |

## Library Features

Expand Down

0 comments on commit 8c6d4c5

Please sign in to comment.